Loading Tool

Explorer IconExplorer

Memory Pool

81,422 transactions
30.80 vMB
0.11054461 BTC
Random Selection Loading Transactions
Max Size: 184.59/200 MB

Candidate Block

Mining Attempt 01e20cecb8ff7fbe55a5253d07f38e3062f620a2b21f933cd02733bda974ddcb
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root b2da438b88dad576e688dd43688e5446a09a4a0f499f49695d01d702a50c4f1a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,219
Size: 1.00 vMB
Total Fees: 0.03082406 BTC
Feerates: 101.42 > 3.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (468,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,954 446,954 000000000000000000395103b2b7538a9e05451264e680fb82307684cd040f44 2,557 1.00/1.00 vMB 80
446,953 446,953 0000000000000000036cb79474f58bd89a4969c873e486309e7af2fefb74bb07 2,725 1.00/1.00 vMB 103
446,952 446,952 000000000000000002effa57c39c1246d6d9560871bd46ec862168ed743fe95a 2,295 1.00/1.00 vMB 83
446,951 446,951 00000000000000000068e6be8e5576b3d519a3b1db36d16c6e9b79acbbc2fca3 2,924 1.00/1.00 vMB 116
446,950 446,950 00000000000000000120a2353953467bc4503df07e7bb2297a8f127d10d4c009 2,358 1.00/1.00 vMB 73
446,949 446,949 0000000000000000024c00a13623186ccbdfc45c891b4c199ce41e6206403f24 2,786 1.00/1.00 vMB 102
446,948 446,948 000000000000000002733221d607f07c638258ee547cc21d0176561e3bfb7c89 2,386 1.00/1.00 vMB 106
446,947 446,947 000000000000000000007528821da40c23dfa3be5a56c5b99fe3fe8011a66861 2,200 1.00/1.00 vMB 74
446,946 446,946 000000000000000000acf73fb4954316e996b7c9cc4a2788db9fbc8d4028a03b 3,032 1.00/1.00 vMB 104
446,945 446,945 0000000000000000010bc78344f271a4a1816b5486d934d49467422f81da9d88 1,624 1.00/1.00 vMB 32
446,944 446,944 000000000000000001bc9769032e62fbdcdc5589d5669378efe3f2fa7dcde3ea 1,800 1.00/1.00 vMB 56
446,943 446,943 0000000000000000028e81d6412a2749332648e36b225b5ed19080e4ac00c450 2,120 1.00/1.00 vMB 77
446,942 446,942 00000000000000000141c9b0ea85ae4f634f67476dd88e748aa000d70b64b257 1,937 1.00/1.00 vMB 82
446,941 446,941 00000000000000000044869c850b573f1ae9d06141e19d5af5ad64de94fa11e8 2,038 0.93/1.00 vMB 72
446,940 446,940 00000000000000000126e4d35d23bdcdf67e9e8d542a472b4daed15269c9b14b 2,722 1.00/1.00 vMB 93
446,939 446,939 000000000000000002ce9c241a036f7e89cabbaa0d456b2a542160c1c562ccfc 2,037 1.00/1.00 vMB 62
446,938 446,938 0000000000000000010e17405a000989702e29db92e71a33db13e243e3feddb8 1,233 1.00/1.00 vMB 52
446,937 446,937 000000000000000000c4bab7ac72559567fa5bb0196e0ed5537969e5a3a31903 1,881 1.00/1.00 vMB 58
446,936 446,936 00000000000000000325227682a00230d397db5b79ea5a7793fd62de08f9e4c5 2,422 1.00/1.00 vMB 97
446,935 446,935 0000000000000000032ccd0e83c45fa1784e8a7955ce0e1f81570d49a465cdf3 2,422 1.00/1.00 vMB 82
446,934 446,934 00000000000000000178ed64226acf4a15a94c775605961a71714f7461294535 2,090 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.65 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: 672.94 GB
    • Received: 16.33 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.