Loading Tool

Explorer IconExplorer

Memory Pool

78,140 transactions
29.01 vMB
0.07360009 BTC
Random Selection Loading Transactions
Max Size: 173.77/200 MB

Candidate Block

Mining Attempt e24120f2f4b7b8e0d18f89433a4a4bfdcdd221d54f5549bb7e383c77e278b665
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root b4998ed0cdd51104074a5bc933873a9bb22632068c4037b7464c1715cef19aa8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,524
Size: 1.00 vMB
Total Fees: 0.01484684 BTC
Feerates: 150.77 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (295,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,344 619,344 000000000000000000115a3dd0cb7887aadbc21cfd545c5fe1714caeb6386a20 1,930 0.66/1.00 vMB 3
619,343 619,343 00000000000000000009f574ec560f36975225543d359ad820ac5f8465ef11ae 3,128 1.00/1.00 vMB 22
619,342 619,342 0000000000000000000ee04e7894c0e0c706e94e3b0dc61fbeee35b90c1a2836 2,940 1.00/1.00 vMB 22
619,341 619,341 00000000000000000003cddfe3472919989668e57ebb8ebc87f7595ee66e8e0c 1,075 0.34/1.00 vMB 19
619,340 619,340 0000000000000000000e4441d4f7cbd04430218300e4ddf824609e5815bb90c9 891 0.28/1.00 vMB 20
619,339 619,339 0000000000000000001116ea3f9769c1641fb94f18b1237664085dd3963c3c4d 3,106 1.00/1.00 vMB 17
619,338 619,338 000000000000000000014edcf85f8fa588bf8be3a080031a43e948f925c1ef2b 1,002 0.38/1.00 vMB 12
619,337 619,337 000000000000000000010a5302491281d505e26a9a24d83d319c845f5d3cef79 2,431 0.76/1.00 vMB 17
619,336 619,336 00000000000000000009dccba42c8765360f4ddbcb393a9b3e66dfe1ecb03ae8 2,148 0.63/1.00 vMB 8
619,335 619,335 00000000000000000010f3baf79d4745c63b4c13704b3cd5fb25be1847a696b1 2,620 1.00/1.00 vMB 12
619,334 619,334 0000000000000000000cbd58a24b8c2fbabfbc2ee417bc41a834a12d93869f65 2,773 1.00/1.00 vMB 18
619,333 619,333 00000000000000000007a941447b63d0c3be78e36e89c53655222bcaf5cf21cc 2,473 1.00/1.00 vMB 31
619,332 619,332 000000000000000000024b779ae17fd36d086f16ba627c8cd26210442e67232c 2,620 1.00/1.00 vMB 12
619,331 619,331 000000000000000000001d4a81655215cf491b1c5da737ce735d05c4a2ee6ad4 3,456 1.00/1.00 vMB 33
619,330 619,330 0000000000000000000d0042f3f6eaf373d592ba60487a1af47a8e6f82e37a16 1,094 0.33/1.00 vMB 15
619,329 619,329 0000000000000000000250814bebacce985d36c17c4b226f25392b545e13c052 1,972 0.61/1.00 vMB 20
619,328 619,328 0000000000000000000f236f2bbaafb6f5cea087b606efe5a6f745a45a9e8045 323 0.14/1.00 vMB 5
619,327 619,327 00000000000000000004b3bbaf31033e47861e3ff1b210791439d7ff2f4aa313 3,356 1.00/1.00 vMB 13
619,326 619,326 00000000000000000007e12ef0bd72f9477a8b85e6be4df22f7bd4ecbed2f188 2,774 1.00/1.00 vMB 23
619,325 619,325 00000000000000000000447678a30018aae1878efc69dd46ef3b601e3beeca54 2,837 0.92/1.00 vMB 16
619,324 619,324 00000000000000000003ffaabd14d45a93042ce8f9ac7461f1acf539669389b0 2,610 0.82/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.52 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: 668.75 GB
    • Received: 15.56 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.