Loading Tool

Explorer IconExplorer

Memory Pool

39,720 transactions
28.92 vMB
0.06608671 BTC
Random Selection Loading Transactions
Max Size: 147.07/200 MB

Candidate Block

Mining Attempt cbb1423ad39674f811a9cb656997f657b8b46d6a1a30fa78e36f5c2ae7878056
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root fa1d329388a0975de3e1362a2b60c5646dcc1c59b3806fa659e0d0f896d8105e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,526
Size: 1.00 vMB
Total Fees: 0.00984716 BTC
Feerates: 150.80 > 0.99 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (94,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,945 819,945 00000000000000000003346a1030b4a838de9366f23f251362f742a4f9f03e5b 2,682 1.00/1.00 vMB 277
819,944 819,944 00000000000000000003fcb0315144a7c92a0eba01bc32cae145afd7b705ac98 3,335 1.00/1.00 vMB 297
819,943 819,943 00000000000000000003d385edc272d96e39ce47f57c6b06ab793cf6f5bbd933 3,315 1.00/1.00 vMB 304
819,942 819,942 0000000000000000000015d6cd7fe70e544f403df9c5c0b7504c2fe32a0a4e2c 2,964 1.00/1.00 vMB 260
819,941 819,941 0000000000000000000155788da824ee30511dd8c2dd7b815bd18e3b92793d3d 3,421 1.00/1.00 vMB 303
819,940 819,940 000000000000000000021a742536ecc7bb2ebe48930960c009e02eb4c224f297 3,406 1.00/1.00 vMB 250
819,939 819,939 00000000000000000003f880474504800fd2d081d66dd1dfe9bf6ae58a14e47b 3,275 1.00/1.00 vMB 278
819,938 819,938 000000000000000000031af54208e45c71ace999b4e00239d62fb6c6e754b3e5 2,417 1.00/1.00 vMB 232
819,937 819,937 000000000000000000019d863eb9376f163c8f66dbb7003523edae713dfa8e64 3,061 1.00/1.00 vMB 239
819,936 819,936 000000000000000000012f97eaf387535fd907480643ef9fccd3989e0072d1ca 3,513 1.00/1.00 vMB 276
819,935 819,935 00000000000000000001b7a27f012ceb96493cade08d23adeadf61d373fc31be 4,089 1.00/1.00 vMB 246
819,934 819,934 00000000000000000003beaffd1ed0b788a17a8b49f0c8dded5271ba01746158 2,224 1.00/1.00 vMB 209
819,933 819,933 000000000000000000031c75bdfb41dd8a2d056c80a2a5fd7a8ce13c9df1a7d6 3,418 1.00/1.00 vMB 232
819,932 819,932 000000000000000000023aea6ca4f8b4dcb22fa24c0b46c266cf42c604003d56 3,931 1.00/1.00 vMB 245
819,931 819,931 00000000000000000001c8bceea933e528ce3f12e2df07b9cfca84e83c9de7b1 3,651 1.00/1.00 vMB 232
819,930 819,930 0000000000000000000389bd876d6bba3ed76f05bc5747ea418c2da2735922cd 3,813 1.00/1.00 vMB 270
819,929 819,929 00000000000000000003e89a2aa70a73b25e86386e83a150291abbc83a2852c4 3,591 1.00/1.00 vMB 259
819,928 819,928 0000000000000000000337a26c6d951815a0a452f8cf57fc6cbb7c6c5c908eb8 3,939 1.00/1.00 vMB 248
819,927 819,927 0000000000000000000121c53ac561aa5e6073770f6218b4bd9a5e736256998a 3,903 1.00/1.00 vMB 267
819,926 819,926 0000000000000000000025ab6da041b7aeaea0ea6e2c69f366122c555a12534b 3,735 1.00/1.00 vMB 250
819,925 819,925 000000000000000000032ba23706563c2d8f8e622eb65bd8d9c4f8234e2c3266 3,754 1.00/1.00 vMB 282
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.83 GB
    • Received: 11.39 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.