Loading Tool

Explorer IconExplorer

Memory Pool

43,864 transactions
26.53 vMB
0.05969912 BTC
Random Selection Loading Transactions
Max Size: 139.88/200 MB

Candidate Block

Mining Attempt f44bf2863ac6da2f9afc2b7add8eaacc5dbd0bd075ec0582b60c4147348df34f
Version 20000000
Previous Block 000000000000000000012de3dfbb8c9fe02a03d08b739b2b517f414f317d3d4f
Merkle Root bea59ad9f4e9b56a60752f652c3a25ddfba6a1e6872f8c825f334eb701a5f5ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,955
Size: 1.00 vMB
Total Fees: 0.01109521 BTC
Feerates: 100.00 > 1.11 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,725 (833,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
81,085 81,085 00000000002afd54a5648e84e3570aec78e5c6b4fd616edc3cf60a880ee24609 1 0.00/1.00 vMB 0
81,084 81,084 0000000000314dd5868cc1705e98092eec2e8ff7f5d9517702aa704deca91d24 5 0.00/1.00 vMB 0
81,083 81,083 0000000000327266346b970615906ca426cab24df8b640e2c077b564b5e4030d 2 0.00/1.00 vMB 0
81,082 81,082 0000000000321b8bfc0d45dc11684e7668fad7988fb8f1d5ff608b10dff042fd 1 0.00/1.00 vMB 0
81,081 81,081 000000000022cb74a24ac25932a9a9cce39da361919a5205983c75524d87719b 1 0.00/1.00 vMB 0
81,080 81,080 000000000003e92549eda68328cbb5d4c5a5d69e15edc94947d892a9fe1aa84c 1 0.00/1.00 vMB 0
81,079 81,079 0000000000345361168a9bd673430144f4e458aa392159e07b5df958ac08f772 1 0.00/1.00 vMB 0
81,078 81,078 00000000003ef1f077e5641a7d5d2ce7f5579bd9718407c8056c42476d6fa7ee 4 0.00/1.00 vMB 0
81,077 81,077 00000000001da662368661ef8b8fc15e255a62084c7c9527cada24233385f167 2 0.00/1.00 vMB 0
81,076 81,076 00000000000e190658c2c821e76da100f5623450db5455e71e907e47dfca2b60 2 0.00/1.00 vMB 0
81,075 81,075 00000000000a39bb7568b8bf234f4b516dab45f28f2b49c055cf20854d8bccb1 3 0.00/1.00 vMB 0
81,074 81,074 000000000029ee2eabd509d918ad32fb5520a9fdca1a9e37f52b42b67871c0b1 10 0.00/1.00 vMB 0
81,073 81,073 00000000002449bcb1b3c617c27ca992c50a6f437df54bac2700b651e07f25df 4 0.00/1.00 vMB 0
81,072 81,072 00000000003f24ee8284a284cebf192bd413d1b2742efcef68c00bdd0f6ec4ca 3 0.00/1.00 vMB 0
81,071 81,071 00000000000f2e98c4245783b523316e977ac638cb12a1a71d1183a1f638e72b 8 0.00/1.00 vMB 0
81,070 81,070 00000000003a93248330733d5e1837e823c4ca652f1c4e9c6754edf6aafdd3df 11 0.00/1.00 vMB 0
81,069 81,069 00000000000062f8e06ea17ddfdcd4e0995514477501c6fe49fead26099cb7b4 4 0.00/1.00 vMB 0
81,068 81,068 00000000000b90c7d725bd22d29df0f8c0b4753d278ab63b9f20ea5a38540670 3 0.00/1.00 vMB 0
81,067 81,067 00000000000de39513c7c0f7223f6c17fd28d952814ef5b1c50df966d69c2031 1 0.00/1.00 vMB 0
81,066 81,066 00000000002462a0b39d73f02be600c5f8179d7e6185d05fbfba87db3064ac88 4 0.00/1.00 vMB 0
81,065 81,065 00000000003f1f9fd3d7ecd8ef6dda777915afea332c458bad9f022afadb8cff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 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: 645.72 GB
    • Received: 12.76 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.