Loading Tool

Explorer IconExplorer

Memory Pool

44,791 transactions
26.90 vMB
0.06614786 BTC
Random Selection Loading Transactions
Max Size: 141.75/200 MB

Candidate Block

Mining Attempt 1fe08039000570278d76da88626845c24a140815aa51cde5de89abc69297bf45
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 2743ea7f68f08b0f3c8f902d1f9d8ca908ad28b6731ff07d797ccb94593eb803
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,453
Size: 1.00 vMB
Total Fees: 0.01590146 BTC
Feerates: 251.72 > 1.59 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (426,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
488,573 488,573 0000000000000000003088fcae2b2ca40984a74da904d7ebdab4a4bc3c08a500 2,365 1.00/1.00 vMB 158
488,572 488,572 000000000000000000cd807aae018206cd292e8f22c0613d37ea7cb737797131 2,211 1.00/1.00 vMB 130
488,571 488,571 00000000000000000090d9df687affd2c9978ca45c2118db6bf663f3f2f14c38 1,602 0.81/1.00 vMB 16
488,570 488,570 0000000000000000003befdf39c783f355d597d879ac18e1f6d25e77ac1f62c7 1,471 1.00/1.00 vMB 93
488,569 488,569 0000000000000000001eb6d2dc29a3d0cca42cb704ad5815cec73a83b1d694d9 2,375 1.00/1.00 vMB 146
488,568 488,568 0000000000000000004b33e049363a16536da0c9c54b5927aef04688414a1dc7 156 0.15/1.00 vMB 39
488,567 488,567 000000000000000000af2836c38aae296a6f3081b7ff6b38cc43ee13200ea45f 1,025 0.62/1.00 vMB 54
488,566 488,566 0000000000000000002952cf2e2195ad610f5662fedd773fd4db07a30381bba3 1,554 0.79/1.00 vMB 47
488,565 488,565 000000000000000000c3e91d46d3b677d16aca5c73df8e93e773ec1bc55ceb3e 2,526 1.00/1.00 vMB 56
488,564 488,564 000000000000000000acdff4273496ba14870d43d48d726ae204cfef7c30f663 2,233 1.00/1.00 vMB 51
488,563 488,563 00000000000000000082c657e842444f7f80e6eb7f73d7afdf66f65058d0161c 2,159 0.97/1.00 vMB 163
488,562 488,562 0000000000000000007f73d2d5e5b1dfbd8e781bbd8b58c0c99a2e88d1b85510 1,843 1.00/1.00 vMB 47
488,561 488,561 0000000000000000009bd8b06f8291e67f16a334e1fba97ee36a17189092b938 2,573 1.00/1.00 vMB 95
488,560 488,560 000000000000000000affa657fffaaa3a5e4dd67ebd2ce55f4c74afdc28d3d51 2,087 0.95/1.00 vMB 131
488,559 488,559 000000000000000000af2b5026d1881c1f890cd14954c522c4f5d9229658c1a7 2,539 1.00/1.00 vMB 149
488,558 488,558 000000000000000000b1106c24d49d57689ecca0139106fbb609d780c41d202c 1,914 1.00/1.00 vMB 151
488,557 488,557 000000000000000000682e31d4aa3d30f9f78f115fd581de61b28b9cbcadd4d5 2,372 0.97/1.00 vMB 190
488,556 488,556 000000000000000000a3ccaa60d0f98276b24e0b0f4c145477805e4181325140 1,521 1.00/1.00 vMB 65
488,555 488,555 000000000000000000b0a015d2dc0ebec6157fbd15c2feda5b842d0ae38acfff 2,004 1.00/1.00 vMB 123
488,554 488,554 0000000000000000003520c8be1d599c33fa312f9f367a050c26f25b617584d2 1,977 0.99/1.00 vMB 182
488,553 488,553 00000000000000000003169d1f66cf467adb8b9d1fb92bafc73ff9926231be94 2,282 1.00/1.00 vMB 167
Previous 10 blocks ↓
Total Size: 781.94 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: 646.70 GB
    • Received: 12.88 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.