Loading Tool

Explorer IconExplorer

Memory Pool

87,593 transactions
32.08 vMB
0.14220707 BTC
Random Selection Loading Transactions
Max Size: 193.67/200 MB

Candidate Block

Mining Attempt 2adeb354b35d6ef2538e88078bef1bd6d9a2a93b5f35ce48ab7575355beac683
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 242f6d25461ec1d954733f28c3e78bd6e08ef03d22fd43d90013023b2e0725ee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,692
Size: 1.00 vMB
Total Fees: 0.05194848 BTC
Feerates: 911.92 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (114,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
800,719 800,719 000000000000000000001a05fe22824c0f0947f47ea55ae322c96070aea8eca0 5,180 1.00/1.00 vMB 8
800,718 800,718 0000000000000000000268fcacab147d6f7336f5ab6f2292843fc4f87c6b2113 3,111 1.00/1.00 vMB 9
800,717 800,717 00000000000000000001f2985790b14007f18df34e232b8d884e099210a69ff3 5,114 1.00/1.00 vMB 8
800,716 800,716 00000000000000000003065dbaafc8418fd417d5e72749287d4c32b2b50847c9 1,989 1.00/1.00 vMB 6
800,715 800,715 00000000000000000003200ee56086b7a71155f1b20cce9db04a14b001bb4104 3,033 1.00/1.00 vMB 14
800,714 800,714 000000000000000000044749d13a6debe51c5d543926b75b02b96d78257a7b85 5,133 1.00/1.00 vMB 6
800,713 800,713 00000000000000000004195129a9f9c433f1768b1a80d0345cd7f96aad27e796 3,507 1.00/1.00 vMB 10
800,712 800,712 00000000000000000001d055dc8ef02ba2952f2f6dcab596d093e33f91da3707 5,546 1.00/1.00 vMB 7
800,711 800,711 000000000000000000004d69e79fb8687e7e0079c2e0b504bc6607226eedae34 7,239 1.00/1.00 vMB 6
800,710 800,710 000000000000000000051386a953188b809135c37a00b4a9ef33ce4b597b36a0 5,491 1.00/1.00 vMB 6
800,709 800,709 000000000000000000026e04f64ea48f276f90207bdfc4f812c60c2ea4714c66 4,717 1.00/1.00 vMB 8
800,708 800,708 000000000000000000036154b376a42eaa865d08f93db3df50d30ee91fd1345a 5,287 1.00/1.00 vMB 7
800,707 800,707 00000000000000000003a54fb10df8d8fee53732860a9aacc3ac871a63b370fd 3,086 1.00/1.00 vMB 10
800,706 800,706 00000000000000000002a91f87eba273982b195396fa05bf613d3c8f7b0ab2f0 4,849 1.00/1.00 vMB 8
800,705 800,705 00000000000000000001a05c6a2a5397a280cc5a797001721d8d0c62ac1d54a0 2,976 1.00/1.00 vMB 9
800,704 800,704 00000000000000000004864ed9f643056192ea3a91d7f8868cda405be55121d3 2,783 1.00/1.00 vMB 11
800,703 800,703 000000000000000000046d4587be136d6ffcd650fbf6dbc6cee234b1bfdd36f5 1,781 1.00/1.00 vMB 18
800,702 800,702 000000000000000000052ffd769ff88538efe65a2999936e388b9b07358e08aa 2,738 1.00/1.00 vMB 20
800,701 800,701 00000000000000000000416a8b001a6604a79d00e9fc1b09d4317a73cc074df6 3,155 1.00/1.00 vMB 6
800,700 800,700 0000000000000000000065b30e9cee4d940d323d8fc22a1a9174b3d989a55739 2,607 1.00/1.00 vMB 7
800,699 800,699 00000000000000000004302380dba708cbbd9b64491a6eecd92fb26f5bc5938a 3,062 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 661.02 GB
    • Received: 14.79 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.