Loading Tool

Explorer IconExplorer

Memory Pool

27,327 transactions
12.28 vMB
0.04303688 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 70.78/200 MB

Candidate Block

Mining Attempt 582f57b61e6ee00cfd80a827a314823e60345b9b2b42afb03c40552fd85e3e09
Version 20000000
Previous Block 00000000000000000000b1914f84f5f11538b49a2e576884c8d12f6d1efbe203
Merkle Root f4e02494cc0edda6becbc0ddc61539ce9ff0b1471e13905f436d5e30f53b402a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,316
Size: 0.99791775 1.00 vMB
Total Fees: 0.02219282 BTC
Feerates: 301.67 > 2.22 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,769 (692,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
221,014 221,014 00000000000004d3cdb758b0cd71d7d52848637e4187807f7f70481149233cf0 310 0.28/1.00 vMB 18
221,013 221,013 0000000000000405fdadf32eba1e4c87e067110afdce6e625e797da6f9181fed 149 0.08/1.00 vMB 277
221,012 221,012 00000000000001ff1561a2a7c3a16605d8dd2aa54c85716b4d9e243d79ae50ed 64 0.02/1.00 vMB 127
221,011 221,011 000000000000003d11fa02a56dce351e642e30ea64c124206265d8fb782d8ba6 512 0.21/1.00 vMB 218
221,010 221,010 000000000000005a124743b1799582bbe0e1f5f24c54418396e49deaa0474bff 486 0.21/1.00 vMB 279
221,009 221,009 000000000000000d849e5061e8cf506668bb911b034b0ca79f067993765695a8 75 0.04/1.00 vMB 97
221,008 221,008 0000000000000435524eb5b76d4ed59e513ab509da2646c34929424d91a16518 589 0.24/1.00 vMB 279
221,007 221,007 00000000000002f7cbd5cf1ab66acd8df3ab23bbd66a6f635491e43dd3ac4b8b 619 0.26/1.00 vMB 269
221,006 221,006 00000000000002f6802bb0e0ff2a760e26b56f8d5c2b3bd967c16ec3bd24ea0a 360 0.17/1.00 vMB 160
221,005 221,005 000000000000048c53214410c76fd76897838f10334306748fdd9f0ea469319c 531 0.24/1.00 vMB 253
221,004 221,004 00000000000001d552c83cd6a46a4bd91a6878033e24a1688e07538a7c73bde8 256 0.09/1.00 vMB 291
221,003 221,003 000000000000046d6017ab37e9f6f087b93ca68e9f9f02f4f1f2c2d037b0bbe7 605 0.25/1.00 vMB 184
221,002 221,002 00000000000004aa4ce63f8f2fbded9637ecba52f668bfbc0086cc6a56850415 271 0.17/1.00 vMB 211
221,001 221,001 000000000000003c40a20067c74629ee65c306562fce98e09359ca603139faae 707 0.25/1.00 vMB 310
221,000 221,000 000000000000034588ba0f8771e2f48b4a3f1451bad40de0e8e04a5b6e5a65ed 336 0.14/1.00 vMB 173
220,999 220,999 00000000000000689e5cf0f8fb76eedf702936640d73bf73442c679260fb19c2 605 0.26/1.00 vMB 279
220,998 220,998 000000000000003844d3fa1f221763ed11de41629acb1aa8e75373e2c02b518b 263 0.27/1.00 vMB 98
220,997 220,997 00000000000003e636eb7ed66c55c6f4af185fce0715e70c829e6bd071570ea9 750 0.25/1.00 vMB 306
220,996 220,996 00000000000004185605426b20dc2ab2b4f264742f748c55b83cd050339a6948 139 0.05/1.00 vMB 53
220,995 220,995 0000000000000015fd4dd69c8d478fea22e37ccd9bcd2680f8c9203913411a48 304 0.22/1.00 vMB 146
220,994 220,994 000000000000024a60e5bba4a8842fe21e262937cead4eb10ba0d95be069273c 670 0.25/1.00 vMB 217
Previous 10 blocks ↓
Total Size: 780.21 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: 506.33 GB
    • Received: 4.10 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.