Loading Tool

Explorer IconExplorer

Memory Pool

40,943 transactions
27.95 vMB
0.06443114 BTC
Random Selection Loading Transactions
Max Size: 143.51/200 MB

Candidate Block

Mining Attempt ee8eb7599d65a758fa697ed23e6491cfe2b9ac497569399a6991dfe84f28ac0b
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root 12a1511628ac3329b9bf318bfb2c3df4c3edcd8953cd821ff80db94e48af4d4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,639
Size: 1.00 vMB
Total Fees: 0.01068856 BTC
Feerates: 100.56 > 1.07 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (566,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,593 348,593 00000000000000000cb871f82c2fd06ecbaab38d7036565ad3322fa84bce2e5d 999 0.51/1.00 vMB 29
348,592 348,592 00000000000000000e8ccd773d1cdbcbe44c793bcf2f7e6e7c360c2523307e1f 640 0.33/1.00 vMB 28
348,591 348,591 00000000000000000ae34ff56f2fe9e7e7444cd8a9f39c32404cb28a6beac927 700 0.45/1.00 vMB 22
348,590 348,590 000000000000000006f5ac5e79719b3c12d7f1d71b5546b438bc10bf3383ecf2 433 0.18/1.00 vMB 12
348,589 348,589 00000000000000000b3cf7864e5d9c2fa0dccb76a54cdd08aac833cf335f88d4 84 0.06/1.00 vMB 10
348,588 348,588 00000000000000000311a04584153ce7c42f0448790b8c9cb06fcd299ba4b392 901 0.75/1.00 vMB 19
348,587 348,587 000000000000000000c8c04a06a1de58b7a5a08af8636d1ddd34c83c6fbc551f 1,393 0.75/1.00 vMB 29
348,586 348,586 000000000000000014a05769a5c449704d87a0b92838b0de36a405469f524228 770 0.50/1.00 vMB 24
348,585 348,585 00000000000000000b4f1bcbf7a941fbfdd7ec3dc868a7b6eec773653ecfa296 256 0.10/1.00 vMB 40
348,584 348,584 0000000000000000005cd05d93106433430a4e6959234fa472fe6c9fd23cfb6a 693 0.36/1.00 vMB 23
348,583 348,583 0000000000000000055c7eea3eda7dd34566ddcabb325f5c316c1ba63a698c49 256 0.11/1.00 vMB 30
348,582 348,582 0000000000000000135b73f991e3f7c22d7fe53d2052d8e6f1e743535bdd6293 1,429 0.75/1.00 vMB 29
348,581 348,581 000000000000000000151d7b30d2a3d8e3e839b24baa79a0259ee6fae1ad8bf4 843 0.44/1.00 vMB 29
348,580 348,580 0000000000000000089751ba9e93937e31a101b21536fc13a41576961734769c 461 0.42/1.00 vMB 12
348,579 348,579 00000000000000000fa2c433b658612e0299e71f2bbeea8109a0873a0dbfa27d 1,597 0.75/1.00 vMB 42
348,578 348,578 0000000000000000149a0c846dffdc19ad39ccab9e4773fdb438a21d85227c07 539 0.50/1.00 vMB 19
348,577 348,577 000000000000000000c23fc871e7fa63a2f387651c269134f10b42a3c5abcfae 1,483 0.50/1.00 vMB 35
348,576 348,576 00000000000000000b1b2738c4e76ead2cb4dc3c29bd6a5a478c8b7b3d2d4fa2 886 0.64/1.00 vMB 22
348,575 348,575 000000000000000010b57a1e34c1495bf00203c42f7da7739a785715bbc55bbc 195 0.13/1.00 vMB 17
348,574 348,574 00000000000000000081ad75db3a465ae3a1e365b9473f509acf647443d09a57 734 0.75/1.00 vMB 11
348,573 348,573 00000000000000000d058d2780d9f8b63b728629427be7faf29555b59bb76f7a 926 0.50/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.73 GB
    • Received: 12.08 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.