Loading Tool

Explorer IconExplorer

Memory Pool

25,145 transactions
12.20 vMB
0.04116488 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.74/200 MB

Candidate Block

Mining Attempt 72c30f601c7413fc0ecc9f33cccee9faa027c4cce1fc5886668442c22cf09657
Version 20000000
Previous Block 000000000000000000013c873cf4ceb4afccc79d707499bec1b6ac6b33058da6
Merkle Root 5184c4dd8e8079302cfadc363e1057b8b9b6ca1dfdba6bbca7ea0c3a838d7a0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,309
Size: 0.99793975 1.00 vMB
Total Fees: 0.01921131 BTC
Feerates: 100.53 > 1.93 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,651 (708,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
205,096 205,096 0000000000000028eda1bd9a72b86817849da7bcad12dfbc43f3caea98147337 325 0.25/1.00 vMB 114
205,095 205,095 000000000000030037a978ced8a60fa782757663e2791c666fd7fa297c033d2f 126 0.05/1.00 vMB 208
205,094 205,094 00000000000000fa491b61f0393e5aa8e2e37b612c48bf6f659c0f2284ee6ed8 124 0.05/1.00 vMB 116
205,093 205,093 00000000000003235cb0529c5a167969c94d72fec07466fc84aed3203eea8f8b 7 0.00/1.00 vMB 3
205,092 205,092 00000000000004336d2747ef3e009cb939cdb6e6cc706dbc15870436f7958af6 132 0.05/1.00 vMB 66
205,091 205,091 000000000000037af843f97c44f76e2b0edcf14d977df510ce9e4ebba39fe792 562 0.25/1.00 vMB 435
205,090 205,090 00000000000000add1f076ef7094c0042db31b5005879a6882dd5a78e441e040 282 0.24/1.00 vMB 70
205,089 205,089 000000000000000a03433218357e8f543eec864f82460455b302c9ad02e9f3a0 64 0.02/1.00 vMB 4
205,088 205,088 00000000000004764a3c9eaa19df71bbcc45bf31a0928b70ecaaf7aff6b94c82 153 0.08/1.00 vMB 186
205,087 205,087 000000000000051700fae5e85ae7338794c9fb4a996bb45f7dae6d94d35274b8 459 0.34/1.00 vMB 168
205,086 205,086 0000000000000106d0c85746e638a65b4961b097f1536ae1167e101716c9b69a 85 0.05/1.00 vMB 112
205,085 205,085 000000000000005a5a0953682b96987209c057b5c9c448653f597f24ca7aa838 1 0.00/1.00 vMB 0
205,084 205,084 0000000000000203b9742af08ca9b019c3b1a823e01c1f6fece07a751c7ecb4e 17 0.01/1.00 vMB 27
205,083 205,083 000000000000026c4a257ba0d09f731f2382af1e5c4b1085dfe9a0e8fc096796 133 0.08/1.00 vMB 150
205,082 205,082 00000000000002c2aa36f716c5561aa0b804d3e2a9d23799e96abea13916f3d1 245 0.07/1.00 vMB 5
205,081 205,081 00000000000004f1219c9fbe4450a24b957134c673765fe90ed4a63c20cd5b1e 13 0.00/1.00 vMB 22
205,080 205,080 0000000000000420e84650c324f38621e1c2ee7f0e7bcab5f4bc37fe8edcaa62 97 0.05/1.00 vMB 66
205,079 205,079 00000000000002f7d9024e65310c71df7a4d21b9f82736e4958029b6693f2bc5 266 0.11/1.00 vMB 195
205,078 205,078 00000000000005646aff95ae1090955edaf89fb9b31c70df550e24660b30c681 14 0.01/1.00 vMB 95
205,077 205,077 00000000000000af509e4ef3aa73832d4678118ba100fe5e725df301c5752be2 99 0.10/1.00 vMB 98
205,076 205,076 00000000000004449f5cc46e521dc47c72299816089f78b6e7f3f12dd316e40c 421 0.19/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 780.00 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: 476.94 GB
    • Received: 3.08 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.