Loading Tool

Explorer IconExplorer

Memory Pool

25,248 transactions
4.77 vMB
0.02503178 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.62/200 MB

Candidate Block

Mining Attempt 5fb36f8e0cad9a942cf5c61c57e4529af2e8f9f5f407a514f4ff76d363bce18e
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root c713e6d1ee9675234557f7a206e34ed8bf3416b03bbc26219cc4e944d43175fc
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 808
Size: 0.70 vMB
Total Fees: 0.01437998 BTC
Avg Feerate: 1.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (722,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,507 190,507 000000000000020eabab2b573d97cf2764c1c7ed2fc247acc06e5a9baeca23ae 0.00 MB 6 0
190,506 190,506 00000000000005ff2243d6e592d1f15c2499564a65e3a27420a2f1d7b0483cf5 0.12 MB 128 76
190,505 190,505 000000000000086fdba60cda6db399582e7a7357c2b70eb2c8a7b0983db0e417 0.05 MB 142 291
190,504 190,504 000000000000053099e2ac55d6d0eda7c5d9090796e0ec5a2d0d267e8b33a88b 0.05 MB 142 56
190,503 190,503 00000000000001ce2b20fc5d8128b427bff92d361fcd8d36075addba0f17fc54 0.22 MB 405 94
190,502 190,502 00000000000006145e826b1cdbd59ee3391bee26a2c25c03918f2295021195e1 0.00 MB 10 15
190,501 190,501 0000000000000599cdcae885b962dae172155aa6d35d7b8a3e468f6fc93401c1 0.02 MB 58 186
190,500 190,500 0000000000000531aecaf3ebf3843b758b0a439c8c587cf02472f714c1f975b8 0.00 MB 10 44
190,499 190,499 00000000000000805515cacea2d9c650fcd3dca73edca7a1383417f09127643e 0.01 MB 25 104
190,498 190,498 00000000000006c2955f7b4c6db41bbea48c965d576ba9a8b9e23333a6c19806 0.14 MB 472 167
190,497 190,497 000000000000009a5107d75db9e3110b74a838fe41c2e28a066450729d9c9595 0.00 MB 12 45
190,496 190,496 00000000000004b584d4f6214ef5f0b87efdd6b245fd50177f2ce44dd1df806b 0.05 MB 141 185
190,495 190,495 00000000000005ec2dc5041802f0caab8d536e4e1dc6ff7ab1e76e8ef124bf45 0.06 MB 120 101
190,494 190,494 000000000000082481bcb173cc31c20ddd18d10ae9401a3b89496b66b196330c 0.07 MB 209 142
190,493 190,493 00000000000002a3177026882620ef3b19f96783f93ce776157e77a18ca05446 0.03 MB 72 131
190,492 190,492 000000000000009d3a5f382a728900ebf464ea9223349b59b0cd8af9657e2310 0.01 MB 23 49
190,491 190,491 00000000000006fd927f2540354dad4245152a9123eb06d0c3068b773ca40910 0.14 MB 235 118
190,490 190,490 00000000000008cabb3882249e6c8c090a14841ed102bdfe9a51140402336c32 0.16 MB 191 94
190,489 190,489 000000000000087533f740570085e6312eff1e232ad90d93c195e6a3d62009f7 0.06 MB 108 99
190,488 190,488 00000000000003c53c7e40daa17c9a967d7389f0352d8ea29516313c13f98536 0.11 MB 201 90
190,487 190,487 000000000000015c3569278d0c0c0011ee33afd9ca3dc2a5abd72f8afc0d15ee 0.02 MB 48 95
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 102
    • Outgoing: 11
  • Data Transfer:
    • Sent: 185.80 GB
    • Received: 2.11 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.