Loading Tool

Explorer IconExplorer

Memory Pool

31,334 transactions
17.44 vMB
0.05462888 BTC
Random Selection Loading Transactions
Max Size: 93.97/200 MB

Candidate Block

Mining Attempt ce70f459700470f825129b25c3e2ea1f41a65b6472262e1ca224096482d9fe0f
Version 20000000
Previous Block 00000000000000000001ef74dfae70b7f5106732354c17fa5d73161353fed594
Merkle Root 27464b5a6f57615558b49192cf9eafef9c7be7edd7d825684a7880f68d927e07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,004
Size: 1.00 vMB
Total Fees: 0.02148427 BTC
Feerates: 301.57 > 2.15 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,166 (825,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
88,527 88,527 0000000000198a62dbbe3d39212c3e7ca5ba9eec276099f01f7542734d871f99 1 0.00/1.00 vMB 0
88,526 88,526 00000000000ad68cc18f526192c3ff730178f0fca0fdfbb1a6f9f537c9ba4361 1 0.00/1.00 vMB 0
88,525 88,525 000000000003c90889184a00986990b0a2edc3fd8a635216d11cd603a4c24be2 1 0.00/1.00 vMB 0
88,524 88,524 000000000005950b3496faf52d2cc9899c9ea4440778e1e5e9c050d5f92d9c96 2 0.00/1.00 vMB 0
88,523 88,523 00000000000aa22ef1e7e015e4e2959a4275fd594250609e4a4e53e38dfd34be 3 0.00/1.00 vMB 0
88,522 88,522 000000000006859d1d6bb1f107d505f40854b31b8d276015d3635ba237d13acf 1 0.00/1.00 vMB 0
88,521 88,521 0000000000145e754ca9942e959e5641b8e5f3361d8564f6bcbc6b490af72307 1 0.00/1.00 vMB 0
88,520 88,520 0000000000042c2c27318c70fb13c1d024291b48890c56e648027901f66468f9 1 0.00/1.00 vMB 0
88,519 88,519 00000000000ed4a908a246cbbab4695ba7c539954b26df7e983ab8fe19db8010 1 0.00/1.00 vMB 0
88,518 88,518 00000000000cdcb0243eb4cb64fd3a49db42e53b713cc2e93f22ec31ca5650f9 2 0.00/1.00 vMB 0
88,517 88,517 00000000000f51733acbfab917acce8a8ea25b4f573167d586a9656139fa92ea 2 0.00/1.00 vMB 0
88,516 88,516 00000000000315de67efde36697404280df173e75c85d3315a6dd2582ff4b7b7 2 0.00/1.00 vMB 0
88,515 88,515 0000000000011e0d7e4daf5b6655934ea45ecb888b22585611f27c1d0810345a 3 0.00/1.00 vMB 0
88,514 88,514 0000000000154ad262634d3a413b6940ce653d1e1b92bd6167d0b28adeadf8d7 1 0.00/1.00 vMB 0
88,513 88,513 000000000002d4651e79d6eaabcbb5442d112fa1307ded611fb6c4f4df2974f2 2 0.00/1.00 vMB 0
88,512 88,512 00000000000cfd0adec4eb7e807f35719cb724398bb16a10be54279c3b5586f1 2 0.00/1.00 vMB 0
88,511 88,511 000000000009b5e71475e8efb7e2f95ac2ddf7e8379f47d1952bff91946a3764 1 0.00/1.00 vMB 0
88,510 88,510 00000000001e768d9a25a9fd076f4c6a0d99ada041352c641415c87c9a126bc2 2 0.00/1.00 vMB 0
88,509 88,509 00000000000af222c52c2431c376dab078f29ea4a71f61e40546633140a5494d 1 0.00/1.00 vMB 0
88,508 88,508 00000000001108e2d53730921f7bd12b0641780518de00e0849026fe9c0f1471 2 0.00/1.00 vMB 0
88,507 88,507 00000000001466e33366036a104669aba5cd1af0a116050b219b20a9e3d3b7b9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.89 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: 567.11 GB
    • Received: 7.68 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.