Loading Tool

Explorer IconExplorer

Memory Pool

35,676 transactions
26.07 vMB
0.07212927 BTC
Random Selection Loading Transactions
Max Size: 132.57/200 MB

Candidate Block

Mining Attempt 2339cc004e9d7e7f90f7ba6e30c069e62d4bbf9f43200b173a283e7d466832f2
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 29e865adb97d70be3df877d98babf55bb1d5264fdfcc58b424dafc92bcfd0004
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.02393872 BTC
Feerates: 250.88 > 2.40 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (528,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,122 386,122 0000000000000000083490ad4b1cfbd9b0b557bb2a6f0b60f6caa73ae6eb2d3c 2,458 0.93/1.00 vMB 41
386,121 386,121 000000000000000001c0f1d600b130ead31c6a0ff1c66b6e4f4b406208c319ac 2,229 0.95/1.00 vMB 43
386,120 386,120 0000000000000000086f32e88c2b92a5342d60ce7967a1e9720ceb8945de5680 54 0.05/1.00 vMB 19
386,119 386,119 000000000000000001a3fb0b1f7f857decc1db37ab95efdf8e90096f50889985 2,484 1.00/1.00 vMB 39
386,118 386,118 00000000000000000c947ec8c00f0e09154ee25070f1b84409e580454480a830 47 0.05/1.00 vMB 4
386,117 386,117 000000000000000003cc80ce8f32a77ec809e0f7c8c7f574e3cd96c4d5951499 1,017 0.75/1.00 vMB 22
386,116 386,116 0000000000000000062df953b92c7bc511732db27b9e1f29cba99d8c28b296e9 2,545 1.00/1.00 vMB 43
386,115 386,115 000000000000000000f820f7fdaafa23afa4d316deca7f7d0efc724459b56c4b 1,653 0.75/1.00 vMB 42
386,114 386,114 0000000000000000043ede1068cc3c7b205650655251d1f9949e36c567003759 1,133 0.84/1.00 vMB 22
386,113 386,113 000000000000000002905c1952bce92a34ac80fd03256019eeddc7cdcf9ab894 514 0.24/1.00 vMB 34
386,112 386,112 00000000000000000e6dd150232df82762a4745bc83ce0cc9e91a2912427afb7 1,287 0.70/1.00 vMB 37
386,111 386,111 00000000000000000267282190e5acd8554db026a88c2958d6b5448653a4c24e 376 0.24/1.00 vMB 22
386,110 386,110 00000000000000000c3c19e0b2428c6aa9f8440032d495e9b63851eb5bc7de07 208 0.18/1.00 vMB 20
386,109 386,109 000000000000000006dc433afed325ecb8441757e75df9c10f944728434a41cf 204 0.12/1.00 vMB 26
386,108 386,108 000000000000000000c5d9d6f11590d10f6963f41b3c44089f4655263f78f7aa 489 0.30/1.00 vMB 26
386,107 386,107 000000000000000005e3ad2ab10e41fa3bf0d1e6d4464e8456206ff7d3ad5839 1,360 0.97/1.00 vMB 25
386,106 386,106 000000000000000004194a23fcf350c0d806fe059bba8d1b20eea7b25ed1e2ea 1,843 0.75/1.00 vMB 44
386,105 386,105 00000000000000000b8a221686ddae79314038480b7cb55ab0ed42090943f1e0 310 0.17/1.00 vMB 37
386,104 386,104 000000000000000005ee150d99ad7d22138dd08f2127a07e4eb87d4fc486ed22 370 0.32/1.00 vMB 19
386,103 386,103 00000000000000000dc9dd1469b66a8f2023397dffe6ecafc62fa16327e88f5a 552 0.25/1.00 vMB 41
386,102 386,102 00000000000000000230820d959a58c31099438891fadbb20a57dc37257b7828 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 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: 637.82 GB
    • Received: 12.45 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.