Loading Tool

Explorer IconExplorer

Memory Pool

73,516 transactions
28.34 vMB
0.07215047 BTC
Random Selection Loading Transactions
Max Size: 167.75/200 MB

Candidate Block

Mining Attempt 3551123241ba89205ad94b8bf75e389536b4518dd8ba974914b59171dadab7bf
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 3bf310ad206fcf2d610e4765ba6d6ceb97cfc1310406eebfdaca6a6c51c5c37c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,530
Size: 1.00 vMB
Total Fees: 0.01534111 BTC
Feerates: 60.16 > 1.54 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (72,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,131 842,131 0000000000000000000245fc72e2f2197cfb9f523811fee79e003802f1cd9a91 4,157 1.00/1.00 vMB 30
842,130 842,130 0000000000000000000187a8fa2f190f43cd7c67c992300f31d479de42e298d1 6,011 1.00/1.00 vMB 30
842,129 842,129 00000000000000000002e1122c81a9b15402881afb1b73153e4137ba99da60b3 6,476 1.00/1.00 vMB 30
842,128 842,128 00000000000000000001f0112092b9c3312bf416496cd8abcda1c9af63206506 5,524 1.00/1.00 vMB 36
842,127 842,127 0000000000000000000316eefebc39d0824bade6c8d7f76cbbf93f272f5e9c57 3,897 1.00/1.00 vMB 44
842,126 842,126 000000000000000000030fee1f7095bc6993d0aeef0a52d1a27bfb8b89ec0135 6,099 1.00/1.00 vMB 33
842,125 842,125 000000000000000000016bb785e7c385afdcac8ffe1a5589474bb43412f2ab38 4,784 1.00/1.00 vMB 33
842,124 842,124 0000000000000000000211939d5f6b66e30bdca27a2c40cf4ff0cf9c82117d16 5,655 1.00/1.00 vMB 34
842,123 842,123 00000000000000000000b5695d8ba34c41987591a7b5fa620fd9e5d85ff9ece5 4,997 1.00/1.00 vMB 39
842,122 842,122 000000000000000000006e28fe04ea33b2192c1d7364ffab53f92ce614342622 4,219 1.00/1.00 vMB 42
842,121 842,121 0000000000000000000194de1e73a2beae4e724472ad164bc06cc22379775334 5,190 1.00/1.00 vMB 35
842,120 842,120 0000000000000000000134f9200fbe5482a1819ac04b95f9297be8583f78e90b 5,285 1.00/1.00 vMB 42
842,119 842,119 000000000000000000014efac6c10ac9d4546fc6a38c6b3518af3e8d2a360a7a 3,222 1.00/1.00 vMB 55
842,118 842,118 0000000000000000000066cbb9728ced7cb8f14a4ce749a10f8b6b65e92ad42c 4,198 1.00/1.00 vMB 39
842,117 842,117 000000000000000000009c18e688d906e53a3fa538846a850cb65ff76426014a 4,710 1.00/1.00 vMB 46
842,116 842,116 0000000000000000000248ec566433133fcceeca83f073854d3d0d64986ccfce 4,079 1.00/1.00 vMB 53
842,115 842,115 00000000000000000000f46291aa496501d2f1bd094c06e08d8cb4d5e1822c8e 4,101 1.00/1.00 vMB 47
842,114 842,114 00000000000000000000c861640c5f8779b850ff3103f1d9a4a04d8aef7d6f7f 4,565 1.00/1.00 vMB 64
842,113 842,113 00000000000000000000d346c6135c89758fb2eb4fb4af6d4d0652536799db19 3,203 1.00/1.00 vMB 53
842,112 842,112 0000000000000000000126e13e7225feff5fd0d9a8cf1229d1ee718601491a49 4,679 1.00/1.00 vMB 26
842,111 842,111 0000000000000000000226872c83be0ba647f8b00ac2d35909317767a6449856 4,519 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.