Loading Tool

Explorer IconExplorer

Memory Pool

83,231 transactions
30.69 vMB
0.14475237 BTC
Random Selection Loading Transactions
Max Size: 184.74/200 MB

Candidate Block

Mining Attempt fa6b37b1f10443e0be50d370c744adfc9af1cb304f79931881938e758a2fe341
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 17823001fa4176a2021275972cdd089e16e345d7c06628cf8cfdb25fa2dab2a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.07971212 BTC
Feerates: 150.77 > 7.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (455,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
459,752 459,752 0000000000000000003e0d211e35169edc3eb168b07a7eec49fcecd7b436e4b5 2,453 1.00/1.00 vMB 208
459,751 459,751 000000000000000000e1d8936a2cee999a45bef5e6ac02f284e8e3ebc0219132 1,328 1.00/1.00 vMB 204
459,750 459,750 0000000000000000010e08977fd6094ca566636c0ec3e966b10fb23df15015b8 1,600 1.00/1.00 vMB 144
459,749 459,749 0000000000000000016aebe86c0b116a59ea69b518c881f2b9021af128e4d56d 2,044 1.00/1.00 vMB 183
459,748 459,748 0000000000000000022a70f97e8d680ea754e1cf1af2034d30a46ac0c9c28980 2,368 1.00/1.00 vMB 176
459,747 459,747 000000000000000002199da412df83c30a4fbb88c73057695ad77b70ae02099d 1,499 1.00/1.00 vMB 236
459,746 459,746 000000000000000000afaedbcd8e43966d11546b401176329baed2bffc9c6fd6 2,137 1.00/1.00 vMB 233
459,745 459,745 000000000000000001b9fc5b6de61a101ab8dd03270a4a880c51454992cce21a 943 1.00/1.00 vMB 146
459,744 459,744 000000000000000000d062d627ae4603b0ac6c9bd8c4e9211643c4e5fbef10d3 218 1.00/1.00 vMB 136
459,743 459,743 000000000000000001049015cd39baaf1a6f26309cb26c17c772999e7a7f4eda 2,739 1.00/1.00 vMB 187
459,742 459,742 0000000000000000003eb2f20b543ead8806db6a821bd2ff26ce0351141cc13e 1,269 0.72/1.00 vMB 83
459,741 459,741 000000000000000000cddf9084c500fb5d12570261d6fb7641378cab84a63fb5 1,501 1.00/1.00 vMB 113
459,740 459,740 00000000000000000019b39258a7f398e2d478c88ee1a66951c7caae7bb9fa26 559 1.00/1.00 vMB 31
459,739 459,739 00000000000000000112fa74fd0b30ec7af039498309ea54e1569a6c30094d9d 1,272 1.00/1.00 vMB 62
459,738 459,738 00000000000000000101a2f212af022304cf6c7751b11a1daf1fa28372261610 1,829 1.00/1.00 vMB 89
459,737 459,737 000000000000000001b19e4049bd95150a24cff3de65a90a5fbcd5c31c43d122 1,805 1.00/1.00 vMB 114
459,736 459,736 000000000000000000c95364a06fd9c1f6c72fae8f81f3d91e2175d9f75245c1 1,924 1.00/1.00 vMB 139
459,735 459,735 000000000000000000d11fc738a7d67948d8e00492f23171241227f6f9dec86d 14 0.00/1.00 vMB 394
459,734 459,734 0000000000000000015d66b515a9160ff2c584a2fd18bab1083c1f5aa66450f1 2,013 1.00/1.00 vMB 161
459,733 459,733 000000000000000002146cdcc9cc3e3952363af7b2eda4582d31576bbf3f5702 1,614 1.00/1.00 vMB 96
459,732 459,732 00000000000000000215888952ff0002a360a946a7cf3a9509fe71e3a47f4387 1,756 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.