Loading Tool

Explorer IconExplorer

Memory Pool

41,677 transactions
28.37 vMB
0.06794940 BTC
Random Selection Loading Transactions
Max Size: 145.29/200 MB

Candidate Block

Mining Attempt 83d91e8ca213b71408b4ac6f87d2bea6aebdc9c60fa03afe44bf5144c19631a8
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root ae7137b69b2ba1630a94bab92eadb293edad4e0e0823e2b05887854d2c49d08e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.01320804 BTC
Feerates: 201.07 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (461,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,583 453,583 000000000000000001dcd02a4c9c69cb5cca5c0976417bfc245e89085b98de73 2,275 1.00/1.00 vMB 115
453,582 453,582 000000000000000001dbc897114216a6dbf391d8a451dab7c10a62ed0736c4ab 985 1.00/1.00 vMB 51
453,581 453,581 0000000000000000008ece356ef5cea6229387deac5beb4a00f99706a7e6ecb5 1,442 1.00/1.00 vMB 44
453,580 453,580 0000000000000000004da84ea030b168a50b6c47a77525c97df384978a8c55d2 2,103 1.00/1.00 vMB 75
453,579 453,579 00000000000000000211fff534839414816624358c109cd5b2456ecd43ed0314 2,072 1.00/1.00 vMB 107
453,578 453,578 0000000000000000015748dc4667869b595f7a754b7c8a4f1e0c18d9e9f681a6 1,884 1.00/1.00 vMB 57
453,577 453,577 000000000000000001fd15fea09eac6bb145b8f31a3c7438f29ed4b7da1d1e32 2,405 1.00/1.00 vMB 107
453,576 453,576 000000000000000001050b15f5a59b27ad7d38cc76070ea8715359c203e47b08 1,615 0.63/1.00 vMB 98
453,575 453,575 000000000000000001e1f6813be627441b7719ee3c95303fc0a2bd91c51da8b2 2,134 1.00/1.00 vMB 97
453,574 453,574 000000000000000002862b12d30e5b4741bad211d64b593e6ee09ef190be2293 2,270 1.00/1.00 vMB 109
453,573 453,573 0000000000000000000e15803b4299ee3ae52ba908b9c99fc7f28ce03d919a49 1 0.00/1.00 vMB 0
453,572 453,572 00000000000000000148eba91ef0463061232c42ffa8370cc23eb51da4c450ea 2,091 1.00/1.00 vMB 105
453,571 453,571 0000000000000000014c9343e075e6af2769fd8fa41202def83bb90ba1c27f4a 2,051 1.00/1.00 vMB 89
453,570 453,570 0000000000000000020732e61303fd5e1f862f861d5723bf1a879b9e3d41415b 2,194 1.00/1.00 vMB 85
453,569 453,569 000000000000000001007a0d038729bfa35bc798c256f94adee246b147df08ae 1,024 1.00/1.00 vMB 90
453,568 453,568 0000000000000000000f8bd15658f63a9733cd569b4b1448e6c781c13db92307 1,152 1.00/1.00 vMB 139
453,567 453,567 00000000000000000238f87f330bd9d9d9704e660553e67133187d60e43bbec5 1,828 1.00/1.00 vMB 96
453,566 453,566 00000000000000000097a18422abf2d7264e638e0b44dc8a61e9e8d10258e80a 1,899 1.00/1.00 vMB 122
453,565 453,565 000000000000000000f798a4f9e528bf43ff9efddec56cb26860b0f21f89405f 1,741 1.00/1.00 vMB 106
453,564 453,564 000000000000000002131c9b9659fabfbb09a330280e60889df19ade3b4eb89d 1,387 0.63/1.00 vMB 138
453,563 453,563 00000000000000000105504071d8f427ec790d05850fe9c1409c1b5b94f36403 2,008 1.00/1.00 vMB 152
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.