Loading Tool

Explorer IconExplorer

Memory Pool

56,647 transactions
32.15 vMB
0.18425842 BTC
Random Selection Loading Transactions
Max Size: 173.15/200 MB

Candidate Block

Mining Attempt f700282d7465c78fe3e7e84660d8ac10a1e7261e1e47f446f315257564230369
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root fe31aa3c65e0541867cc1d1ca0a1c3c0caa74a294dfbff881b5041e6eec707be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.07260275 BTC
Feerates: 465.21 > 7.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (270,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,466 644,466 000000000000000000036e947c7ed970d390f6ffea75a0af0f57e3bf947a9658 2,506 1.00/1.00 vMB 62
644,465 644,465 000000000000000000027090a17d9134e3e2ff4494ff6d252f5a5899132792a6 2,521 1.00/1.00 vMB 93
644,464 644,464 0000000000000000000c503796e7471d1826e9c05229e77351a4770bd55ee27f 2,600 1.00/1.00 vMB 28
644,463 644,463 000000000000000000032ebedba2721760cb2789d4fcd8d75262abd8c8da6cb7 2,243 1.00/1.00 vMB 35
644,462 644,462 0000000000000000000539c9bf6fc1a215fa37ebdce950dd67f81fa46d8178ba 2,817 1.00/1.00 vMB 35
644,461 644,461 0000000000000000000780f4c752797e822fe6ca0bde2f1b73dcbd8e20d28109 2,645 1.00/1.00 vMB 99
644,460 644,460 00000000000000000000569e4069462251b4c324711019856e1f64d61f3cd16b 2,056 1.00/1.00 vMB 143
644,459 644,459 0000000000000000000ad23dcda76c0b01d7d2d00482cd4741e3d5e749ee4a8d 2,094 1.00/1.00 vMB 146
644,458 644,458 000000000000000000080874ac14418311e4c26049e0413aad361ba72acc4e2e 3,017 1.00/1.00 vMB 167
644,457 644,457 0000000000000000000fd47ff5d0c584460baa4083cc19a38bdd74f3f117e652 2,568 1.00/1.00 vMB 99
644,456 644,456 00000000000000000003db2f557bc62db60298efe4a7520f9c40a4906aa50b9f 3,098 1.00/1.00 vMB 157
644,455 644,455 0000000000000000000556484e5708ddc016fbb38a7517f2a1306855d0d3cc27 2,552 1.00/1.00 vMB 85
644,454 644,454 00000000000000000003dddd6117d276b69a6ffa513c1c221494bda622fdd1b7 2,928 1.00/1.00 vMB 130
644,453 644,453 00000000000000000002d66d01974cb8c108a9f3937efab8858b34b7c67c13db 2,407 1.00/1.00 vMB 27
644,452 644,452 0000000000000000000b6816b0c23c9e626cba444348752c19f007b9523324cd 2,076 1.00/1.00 vMB 57
644,451 644,451 0000000000000000000d453f4fe3882eb6087a8dbb4db970457d44d180e04823 2,303 1.00/1.00 vMB 60
644,450 644,450 0000000000000000000bf5ace7e174763a3c3400897778f58d5c3b79c3a92fa6 2,378 1.00/1.00 vMB 82
644,449 644,449 00000000000000000004fbbf315d8bbc9dbe3d11d4ae031c49af76177e0943ef 1,651 1.00/1.00 vMB 70
644,448 644,448 00000000000000000003f445ca565fcc3e642b0c6ae7204313c5a80098c4e72e 2,534 1.00/1.00 vMB 94
644,447 644,447 000000000000000000078b9c36270e44e1e70c6492908a13a5eb6fc4f484f9d8 1,826 1.00/1.00 vMB 146
644,446 644,446 00000000000000000002582853de00423d5e2242bed6c5dd15ff9c70aa973813 1,269 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.