Loading Tool

Explorer IconExplorer

Memory Pool

85,757 transactions
32.88 vMB
0.13201764 BTC
Random Selection Loading Transactions
Max Size: 195.52/200 MB

Candidate Block

Mining Attempt c21d18f5b74f5730e9366801bccb045789459c2022c4bd9a57231f0f89e6f487
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 3d0972cdbead20bc0f08e9d69106286e19c84d5b6ed502d246ec32e21a663bef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,633
Size: 1.00 vMB
Total Fees: 0.06095129 BTC
Feerates: 387.56 > 6.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (444,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,942 470,942 000000000000000000caf0e8e156bfee3ca0c3430c9af83d6611e9d507c89896 2,338 1.00/1.00 vMB 370
470,941 470,941 0000000000000000007f64b218179931297e29dd2c8a19c6b1161430f43a7246 2,429 1.00/1.00 vMB 400
470,940 470,940 000000000000000000a6bb39931f219a88af5f045df81375b85e2f370e28fab7 338 1.00/1.00 vMB 98
470,939 470,939 00000000000000000060e6e6dbbc9df308ee22f86cea36e38ec3f1006f87b494 940 1.00/1.00 vMB 173
470,938 470,938 000000000000000000f5e9cc583f6636ab55cef399703d07a22a7a25ea562018 1,565 1.00/1.00 vMB 242
470,937 470,937 00000000000000000064d3327679426dde47150898431f82bb273c7ca4823525 351 1.00/1.00 vMB 106
470,936 470,936 000000000000000001143663bc112a0d2b5da8b4159de571b7c9601c90a1277d 1,673 1.00/1.00 vMB 310
470,935 470,935 00000000000000000051fc0a149eea3fd9ce549a0aae076ffd105498972da484 712 1.00/1.00 vMB 160
470,934 470,934 00000000000000000061482b408f88c505d841a017c38db6efe9c4859273c8c1 1,712 1.00/1.00 vMB 248
470,933 470,933 000000000000000000c8302f6da3f249e097a429ed7c27c9eb4a4e5df5e7d8e9 1,833 1.00/1.00 vMB 371
470,932 470,932 000000000000000001979cdba7ed331c63b508ef722d2a245207f025ee9582b9 370 1.00/1.00 vMB 120
470,931 470,931 0000000000000000012d10b58e7a480f2462810ada4a94b4c7242f55cc1d00e5 1,200 1.00/1.00 vMB 225
470,930 470,930 00000000000000000147653e71827f9b352d437c81ab98d5e9e0ce48f11f294a 2,044 1.00/1.00 vMB 342
470,929 470,929 0000000000000000016176efc2bb59cc15f19f6761cf45495a54dff60018dfac 2,012 1.00/1.00 vMB 237
470,928 470,928 00000000000000000192a078386535e0d8ad71977ab623c37857f0925a0e982d 2,336 1.00/1.00 vMB 420
470,927 470,927 0000000000000000017f1627210b054ed4710bfd2c58f72076a1d8efbeaadbfa 2,244 1.00/1.00 vMB 346
470,926 470,926 000000000000000000654ec4b62c698ee65c9d9cf27c26d5fdfc2af6901a67df 2,213 1.00/1.00 vMB 312
470,925 470,925 0000000000000000006c4c203be64aa0a4d80fc5391f4ebe40ca88ccb0bcb202 1,589 1.00/1.00 vMB 249
470,924 470,924 0000000000000000008d109c1b60c457ab01f0e7ba6b4b2ccd352b6a4220749b 2,161 1.00/1.00 vMB 385
470,923 470,923 0000000000000000000a29d2193e9404325fe77bbb99b43048df35b822cf2440 1,964 1.00/1.00 vMB 348
470,922 470,922 000000000000000000a02af91b3d0088deb5b19bfbd229fe04f2252081dbbda5 1,995 1.00/1.00 vMB 254
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.