Loading Tool

Explorer IconExplorer

Memory Pool

82,119 transactions
30.54 vMB
0.12855208 BTC
Random Selection Loading Transactions
Max Size: 184.19/200 MB

Candidate Block

Mining Attempt abb2d819be0ac871eaa0dd803c58dadbc44978e2d03e57422cba45ffe0de9966
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 9603f4c49e429c5fea7b3930b19b35ae72d7cf5ca2a527beb3df9c247bbc108f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,153
Size: 1.00 vMB
Total Fees: 0.04857786 BTC
Feerates: 502.62 > 4.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (93,531 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,593 821,593 00000000000000000000bcf7092bc298643bec1efdc421e63ed6e5e8b194234c 3,833 1.00/1.00 vMB 597
821,592 821,592 0000000000000000000108452b8c6a7bff9d3f226485e932962233722452888b 4,331 1.00/1.00 vMB 506
821,591 821,591 0000000000000000000289a5796333c8a44fd17df7fcf89f0acb8e9b7d1cb8d8 4,872 1.00/1.00 vMB 418
821,590 821,590 000000000000000000004dd6e79551914e29927b1c6744f88c133a8cfd6c9f6c 4,096 1.00/1.00 vMB 407
821,589 821,589 00000000000000000000ee241bb27992dbddb67565e2ad6ffbb529ed4e117e9a 4,685 1.00/1.00 vMB 394
821,588 821,588 0000000000000000000092185a1df1b8704dc12f8fa66f44108354669c1bb13d 4,733 1.00/1.00 vMB 340
821,587 821,587 00000000000000000002ddf820e7fdeb19197e2eca16f0b73786ad4659ba57fb 3,403 1.00/1.00 vMB 475
821,586 821,586 0000000000000000000262118c4988c058fecd847d491d369f3e8b5610e8902d 5,021 1.00/1.00 vMB 324
821,585 821,585 0000000000000000000384b3585709defbc9fe6191d7865c8c1bbc2e1e7db60b 4,556 1.00/1.00 vMB 309
821,584 821,584 00000000000000000002e235374d407ab4f1f07daf8e5d27d6376fee70614304 4,474 1.00/1.00 vMB 368
821,583 821,583 000000000000000000017f967b973465a33886fb8588bdd473c27009ce5d858c 4,169 1.00/1.00 vMB 341
821,582 821,582 000000000000000000002860d323025adc8c1987b3f698753ad92b3db3ade068 3,875 1.00/1.00 vMB 341
821,581 821,581 000000000000000000030d3cfb24f541c39c5d77e4c798404d6d7fd6632e88a7 4,356 1.00/1.00 vMB 330
821,580 821,580 00000000000000000001a03cb6348d24bf792b3d6375869215939751e5f6aa92 4,271 1.00/1.00 vMB 330
821,579 821,579 000000000000000000035ed986c3bcf9041dd7c49b0c7590da3a510d4483dcd4 4,751 1.00/1.00 vMB 400
821,578 821,578 00000000000000000001cd414c25f77cf45c7cc8c7da3efcd932b921863f4b81 4,036 1.00/1.00 vMB 298
821,577 821,577 0000000000000000000057e3dc79c19d20ce7fbba756c76a05aa9166aa325c15 4,279 1.00/1.00 vMB 385
821,576 821,576 0000000000000000000112d4ea264cdcb9e3f26bd585e11e6ecc73582e444673 3,847 1.00/1.00 vMB 482
821,575 821,575 00000000000000000003f162372232aae1f3a52ca5983f795789c83ef43f7fba 4,576 1.00/1.00 vMB 383
821,574 821,574 00000000000000000002d8d9b5cfa014f6f945481d628e964a95b366b0c7a908 3,835 1.00/1.00 vMB 383
821,573 821,573 00000000000000000000aae9b7478726a1d113c6c1843edf9edeb3d96e4a074f 4,707 1.00/1.00 vMB 375
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.