Loading Tool

Explorer IconExplorer

Memory Pool

27,161 transactions
18.08 vMB
0.03557466 BTC
Random Selection Loading Transactions
Max Size: 103.26/200 MB

Candidate Block

Mining Attempt 773ed4a7c22622e8225d93f21105be37cace2b6ecdd916d296d8023bfa56c1dc
Version 20000000
Previous Block 000000000000000000010fa89a8933d52b723080f56443e2935794fa0da90e22
Merkle Root 5f2c4461168ca3ce4f1cf6d8ebd12eb18569fa7591ccbe155f801100b78a7eb7
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,911
Size: 1.00 vMB
Total Fees: 0.01667116 BTC
Feerates: 419.78 > 1.67 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,763 (150,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,477 788,477 0000000000000000000098dcb6ab93caf8a898725efef8ddff5ffd26347f5117 4,156 1.00/1.00 vMB 143
788,476 788,476 00000000000000000001649136dd700816541647e96261590bc7a7cb578eafec 3,975 1.00/1.00 vMB 154
788,475 788,475 00000000000000000005752a0fdf7f44d98b46afad444f3fef0110f946da3f65 5,045 1.00/1.00 vMB 103
788,474 788,474 00000000000000000001e4b5c0d25e7b10dcc4582e86ed3e4ada952fff52380e 4,962 1.00/1.00 vMB 100
788,473 788,473 00000000000000000003f7f0c0399392e3c21bd27b5458e3af63b465853f912b 4,717 1.00/1.00 vMB 120
788,472 788,472 000000000000000000004cd651c8c51ca1d313233407d024952cfd02f3d5c351 4,789 1.00/1.00 vMB 142
788,471 788,471 00000000000000000002253fbfb5e8e8349536b69bb2f013e1c17409a66e8f71 2,239 1.00/1.00 vMB 180
788,470 788,470 000000000000000000008ac3d2cbb87713535c7ae39f41a0a5ecb7cd171824fc 4,589 1.00/1.00 vMB 116
788,469 788,469 00000000000000000001a784696f963311884cec67bfaf14ef435acd476ae8cd 4,537 1.00/1.00 vMB 105
788,468 788,468 0000000000000000000295cfec7f25ca7837461dfc7a51472282ad06f68797cd 4,589 1.00/1.00 vMB 110
788,467 788,467 00000000000000000003b0b9b1ca660894ae5571ea0a3faee3e9e81fd63265d7 4,802 1.00/1.00 vMB 122
788,466 788,466 000000000000000000004fc49d7775cbd0d2b3de00cd12388c14e7f3f3905399 4,093 1.00/1.00 vMB 134
788,465 788,465 0000000000000000000537f50d4d585f6c087540c0add25f0395b3b7b3a83462 4,337 1.00/1.00 vMB 141
788,464 788,464 00000000000000000005a1fa7ff860245e4ec12b09a61618e0fbb44f2ebb1e5d 3,788 1.00/1.00 vMB 160
788,463 788,463 0000000000000000000104bcc48cdaaf080653751bfe4df10d2097f860abedd0 4,666 1.00/1.00 vMB 118
788,462 788,462 00000000000000000004f9504741378ff5c6e0b6ca6be0a217ea08963a78d745 4,551 1.00/1.00 vMB 139
788,461 788,461 000000000000000000004ba3eb16e3dfb054c8c25c6a9033da440981a954f1bb 2,878 1.00/1.00 vMB 164
788,460 788,460 000000000000000000003989d86f25b9c37e47f6f3a5cd07ce3847f27d8cb631 4,696 1.00/1.00 vMB 127
788,459 788,459 00000000000000000004dcfacef1daafbdc36a67ee3ff7fe1a9b3035d275237f 4,965 1.00/1.00 vMB 142
788,458 788,458 00000000000000000004531eb08bb4740c9d5000678602e4788a9292be081a2f 4,788 1.00/1.00 vMB 158
788,457 788,457 000000000000000000034ea071fb2c20909595bf777bcd7fa6889dda4f5fe2c4 4,581 1.00/1.00 vMB 181
Previous 10 blocks ↓
Total Size: 824.48 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: 4,183.86 GB
    • Received: 229.13 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.