Loading Tool

Explorer IconExplorer

Memory Pool

46,200 transactions
28.00 vMB
0.08619264 BTC
Random Selection Loading Transactions
Max Size: 148.25/200 MB

Candidate Block

Mining Attempt 966a567639e9ff1cfdf27974aaa14642c2878c079f089fdcd32b1216d8df7322
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 88e11725e2b9bd48b86e005a12830aa673bc94b101a42a2b1dc37d76e09f48d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,171
Size: 1.00 vMB
Total Fees: 0.03170673 BTC
Feerates: 181.54 > 3.18 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (450,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
463,991 463,991 00000000000000000080f73c78071ec802d7d4fbe2dd5464c5a86a028ac34061 1,937 1.00/1.00 vMB 91
463,990 463,990 0000000000000000012c52032ebe96c0eff762f38adbad6578b548f979056601 1,913 1.00/1.00 vMB 149
463,989 463,989 0000000000000000019432323574795d56a0a983e3ae57891615e13e0121c9e7 2,019 1.00/1.00 vMB 126
463,988 463,988 000000000000000000b3616a0cd1e6cfc68f9c62b0c891ec17b22c78e3ae6eea 2,306 1.00/1.00 vMB 215
463,987 463,987 000000000000000000a197f890eefeae1306b51bdfc8ef6bdb1f68d02ee67ea1 1,938 1.00/1.00 vMB 160
463,986 463,986 0000000000000000002a5350adefa4f0d10a372905cff3c740e0d087e30bd7b7 1,262 1.00/1.00 vMB 110
463,985 463,985 0000000000000000011a1058445788d22ff93cce97c1005e9e0935c65ecd22cf 1,116 1.00/1.00 vMB 103
463,984 463,984 000000000000000000771f4048c2e23767f8fd28939f2992e5a8276ba5088307 803 1.00/1.00 vMB 122
463,983 463,983 0000000000000000014b7966e1786c0dbf867cbbf1d278a4005e6d89010ad078 1,862 1.00/1.00 vMB 148
463,982 463,982 0000000000000000016c74ce9c93b0142d6a7c50d87f9995dc7c453ebf9031a9 1,974 1.00/1.00 vMB 183
463,981 463,981 000000000000000001bb5c2a76cd9a6b3c3ef7fb3003edd0b0ca1f81fab05ef4 1,996 1.00/1.00 vMB 183
463,980 463,980 000000000000000000a423641b1dccf61c4ac910c613a47b761994fa0284f04d 2,019 1.00/1.00 vMB 181
463,979 463,979 00000000000000000068db0e062a587f56f567562e2abead8941a2807d340a62 1,970 1.00/1.00 vMB 107
463,978 463,978 00000000000000000069ea674150ccd1a9c91e467c0e58aa3541b125d6f75b33 2,020 1.00/1.00 vMB 158
463,977 463,977 000000000000000001b3460ec8397810c41dcfe71b54021e4d2a71407b993af6 2,129 1.00/1.00 vMB 251
463,976 463,976 000000000000000001682aca338c3cef73044a7d98639320c5d155c7f052c8f8 2,025 1.00/1.00 vMB 122
463,975 463,975 0000000000000000020edc00db4c5b2f21055f9357d2cc80990f57fd21bad7be 2,410 1.00/1.00 vMB 149
463,974 463,974 000000000000000000991f85b7f3bfda4bc47eaeccb1a3d812712a8b0945f010 1,394 1.00/1.00 vMB 143
463,973 463,973 000000000000000001e9d01ef9bf2a93d4ad4f00873cf745fd96706d91508640 813 1.00/1.00 vMB 179
463,972 463,972 0000000000000000018a9a477966b2f4386f3f75394cf039da74422944ee6147 1,817 1.00/1.00 vMB 148
463,971 463,971 00000000000000000020d564103b0c90f4a0efb0013b0b71c007cd6f9122ad3c 1,698 1.00/1.00 vMB 186
Previous 10 blocks ↓
Total Size: 782.25 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: 655.58 GB
    • Received: 14.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.