Loading Tool

Explorer IconExplorer

Memory Pool

80,771 transactions
29.78 vMB
0.09407168 BTC
Random Selection Loading Transactions
Max Size: 180.71/200 MB

Candidate Block

Mining Attempt 3bd9db1ec31a042785faf481fdab381ffc6ccdbcd6320eb3ab0df35baf46ac3c
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 682af04fde15d69837c3fdb8b5a5ffa31f415876cdc3e026dffeb054db45c1c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,965
Size: 1.00 vMB
Total Fees: 0.02683508 BTC
Feerates: 90.00 > 2.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (261,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,471 653,471 0000000000000000000d7f853dd4edfdf5df036087a3c7d2028e9f300d53f410 2,752 1.00/1.00 vMB 52
653,470 653,470 0000000000000000000964dac1e5d047af84c163318f70b7572b2485bc8e374d 2,448 1.00/1.00 vMB 47
653,469 653,469 0000000000000000000d03d6093a6118704e12a19616afece3e5cc8de0bb932f 3,073 1.00/1.00 vMB 68
653,468 653,468 0000000000000000000611cfcfb443adebd309cff239a39c70972269358fcd95 3,078 1.00/1.00 vMB 62
653,467 653,467 0000000000000000000a9691c50796a169183c26fa7bd70ebc700678819b1e21 3,059 1.00/1.00 vMB 52
653,466 653,466 000000000000000000028baaf40f8b439b461c5637d4c998a7ba08c4ad567d22 2,482 1.00/1.00 vMB 53
653,465 653,465 00000000000000000009ea0a07fc0e478960f0f9b26d57834c32e79740229ef8 2,733 1.00/1.00 vMB 59
653,464 653,464 000000000000000000033ba95a49192f0a04d21a5da3be23d831d773ee843733 2,522 1.00/1.00 vMB 59
653,463 653,463 0000000000000000000d919f5a07e5e94d5e01881b32d8401cf7e76ff5b4958a 3,460 1.00/1.00 vMB 54
653,462 653,462 0000000000000000000572bdb0d82e25540b32dd35c436c651c6c6f1cbe21a4e 2,990 1.00/1.00 vMB 65
653,461 653,461 00000000000000000002fab8d7151b2c06d065e16b56afeb0db0eb11763fa6fa 2,425 1.00/1.00 vMB 62
653,460 653,460 000000000000000000018c53eee9cb4dead0b1b1e2fa6730324d13e39234f72e 2,289 1.00/1.00 vMB 82
653,459 653,459 00000000000000000003b5661ef238b75df3d10300310157fa53541c6c5411b9 1,691 1.00/1.00 vMB 36
653,458 653,458 00000000000000000006baaa39b2602b667cf1b2c11191429bcf7ca4b1fce1b8 2,571 1.00/1.00 vMB 54
653,457 653,457 0000000000000000000ba2f9a6bebfa5787d99c38f3bec5a9673d9c6b655cb8e 2,809 1.00/1.00 vMB 50
653,456 653,456 00000000000000000008820832d0ace638ee2a1ccddc8cedab6710f38004f162 2,582 1.00/1.00 vMB 53
653,455 653,455 0000000000000000000678db2542943aef96a482a088a0bbead2d6672210b6d3 2,901 1.00/1.00 vMB 49
653,454 653,454 000000000000000000013fd180a582e414337fb50a0d888a3dd8a995e1499c50 1,642 1.00/1.00 vMB 70
653,453 653,453 000000000000000000037ce35550e2320cb6730b883798cdf9bffdf3fe304da8 2,674 1.00/1.00 vMB 35
653,452 653,452 0000000000000000000c727dc7bdd225ccf7954784542a023e2f2ff348b3a652 2,859 1.00/1.00 vMB 44
653,451 653,451 0000000000000000000c1ad6fc1008f9a88dce4e0f6957afa757f3ac7a09552b 2,331 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.