Loading Tool

Explorer IconExplorer

Memory Pool

37,159 transactions
26.85 vMB
0.06028200 BTC
Random Selection Loading Transactions
Max Size: 136.40/200 MB

Candidate Block

Mining Attempt c02c3aa7e635b235ef4277642555be827f09150d5d3f889b9d644db4deb0824e
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 1852ee16709345b0378218179e506e28e32a42a5f8abf003761c4786e2c180d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,945
Size: 1.00 vMB
Total Fees: 0.00983092 BTC
Feerates: 74.79 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (461,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
453,562 453,562 00000000000000000112e65e43ff6a8a39dd689125d224b2d3f88a67f9ee61c4 1,769 1.00/1.00 vMB 142
453,561 453,561 0000000000000000006c30d4c3c740bf5525f7fd4885e99d5b8b2e0cb53f1ca8 1,144 0.63/1.00 vMB 163
453,560 453,560 0000000000000000013351e4d666087242fb237af26feaa831a04075ea414461 1,774 1.00/1.00 vMB 147
453,559 453,559 00000000000000000152687f260726f38edbd92b2c5bf51c58e4ce701922bb2b 1,663 1.00/1.00 vMB 64
453,558 453,558 0000000000000000002badf0bdfa096447f73772997d480f8a77ea4e1e8706af 1,965 1.00/1.00 vMB 110
453,557 453,557 000000000000000001c8efb9dcb597d64781633d725d1680b3d3fb7a4991b20f 2,644 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.