Loading Tool

Explorer IconExplorer

Memory Pool

79,174 transactions
29.32 vMB
0.09751561 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 52b38dc5f7f5ea2aacb6699b9efc1795844969533c5ebabc9dab9907e41de0c5
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root 627531d948645d48bd82f648a6695eb4cc0c0a046699a6c685e410e7d5604e7d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.03533543 BTC
Feerates: 150.62 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (313,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,516 601,516 0000000000000000000d356694e7070abb2be883bd7a2cd917a415c41adf0610 1,264 1.00/1.00 vMB 58
601,515 601,515 0000000000000000000ea17e63525f72ea288db940e7e3bece5a42820999190b 2,875 1.00/1.00 vMB 33
601,514 601,514 000000000000000000049f001d0531184beef574cf3bbe6134de819d8a146ad0 2,600 1.00/1.00 vMB 20
601,513 601,513 000000000000000000099af91dbb569d9b95e8aad0c90536e16eb047660e1685 2,912 1.00/1.00 vMB 5
601,512 601,512 000000000000000000145caa139bfd2b3daa64b47dff561aaa0ed895789f25e1 2,714 1.00/1.00 vMB 7
601,511 601,511 00000000000000000012a70baf535a3fb0e487161abba0246cb4e8f53a221a12 2,687 1.00/1.00 vMB 28
601,510 601,510 00000000000000000003ee6c9ec9aa4f2869bb34e033fcbc9b1e2f5f76a61ee7 2,691 1.00/1.00 vMB 42
601,509 601,509 0000000000000000000e6a27cd7441ce2a38bfa056305f7702fbfa7d599b92bd 2,951 1.00/1.00 vMB 45
601,508 601,508 000000000000000000043f208ff19e20b22f075666af8cda85aeef0343d25607 2,413 1.00/1.00 vMB 22
601,507 601,507 000000000000000000050351afcb436cb4273791453551dd9e7ea83c36405846 3,073 1.00/1.00 vMB 12
601,506 601,506 000000000000000000042025b02a898408229b361510a4731feb72a73a5f175e 2,549 1.00/1.00 vMB 12
601,505 601,505 0000000000000000000aaca243c4d4fea7b901ef1842eaac7faaed3de2519be1 2,840 1.00/1.00 vMB 9
601,504 601,504 0000000000000000000c6368e48f4ab29c26349b7e9e4532129f5aee8f19e7ad 2,506 1.00/1.00 vMB 25
601,503 601,503 0000000000000000000c7be5f5e49a02d4d5f0d906f73b8a02672560a63eaf39 2,562 1.00/1.00 vMB 21
601,502 601,502 00000000000000000011c5473d5432e8a36acf248b71bb470144a28b931ad9ef 2,807 1.00/1.00 vMB 49
601,501 601,501 0000000000000000000b0fe90d6017f691da6b2d2515c70426a87591f13b5256 2,850 1.00/1.00 vMB 33
601,500 601,500 000000000000000000026727a39c324de86e8be3cb29ba472fc0c23814f336ec 2,399 1.00/1.00 vMB 39
601,499 601,499 000000000000000000011f835d90b4f043d9eb0030680a57d10bda888430bd4e 2,636 1.00/1.00 vMB 18
601,498 601,498 0000000000000000000cfc52e2e2627008f1df478df23d2a3cfa964368135adb 2,656 1.00/1.00 vMB 44
601,497 601,497 0000000000000000000d656de6a6e592ba1deaa8b283ded24f6689a7c7277d9d 2,822 1.00/1.00 vMB 44
601,496 601,496 0000000000000000000ed1c1539d9b3e70572ea7b305fffb5b5943d6e2e212a3 2,632 1.00/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.