Loading Tool

Explorer IconExplorer

Memory Pool

39,698 transactions
27.97 vMB
0.05799200 BTC
Random Selection Loading Transactions
Max Size: 142.68/200 MB

Candidate Block

Mining Attempt 0f09acd0d8eeffe8b0ac85dbae2fbc59bc2830a8e77f52525a14ca9948ff63f1
Version 20000000
Previous Block 0000000000000000000210ce047a899c3165142ca92db23549562eea5202e5a5
Merkle Root afa0d1e04d0a5ca7c5ad4a67dbe60f40a98afc41ac85603f9af959302972d266
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,298
Size: 1.00 vMB
Total Fees: 0.00445324 BTC
Feerates: 50.62 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,633 (305,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,503 609,503 0000000000000000000847ab76f88a665f69ed94420597f1c324e913957abf91 3,028 1.00/1.00 vMB 20
609,502 609,502 0000000000000000000449512f9e867f9ed156d7db6ce45007bbf5d7e70d026a 2,509 1.00/1.00 vMB 12
609,501 609,501 0000000000000000000273a4ebe9c08f2d13ef7b4484bff49ffab62b4130d5f9 3,317 1.00/1.00 vMB 12
609,500 609,500 000000000000000000056244aedbbab8174d3c5370ba75621bce8e7e38216e57 2,767 1.00/1.00 vMB 27
609,499 609,499 0000000000000000001015508d19909d43745b97838d586cb69158e2a14381ea 2,516 1.00/1.00 vMB 5
609,498 609,498 0000000000000000000a192ec84a75eda6975e4662f9b0f00cb483ed8d39a22e 3,025 1.00/1.00 vMB 16
609,497 609,497 00000000000000000002df3e5bf38cbced6291ffae75ae19a84810a9899931bb 3,274 1.00/1.00 vMB 15
609,496 609,496 0000000000000000000bbc6a53212ea8491e92c1daaefdac845be4c2aafeaff5 2,746 1.00/1.00 vMB 12
609,495 609,495 0000000000000000000c31f0c515eaaba4641ca6a0d5dcff021e0ba329d9493e 2,872 1.00/1.00 vMB 25
609,494 609,494 0000000000000000000c0377711100194dabd91418741f881b5c013ae0260ec9 988 1.00/1.00 vMB 7
609,493 609,493 0000000000000000000766d5fd496cd7edd7da211ea0dc15eee65617d1c339a0 919 0.99/1.00 vMB 7
609,492 609,492 000000000000000000014a12e0209e471fbd43a1e6cc44206c38ddc55ea7b0c1 588 1.00/1.00 vMB 4
609,491 609,491 0000000000000000000377467a4c9a835e03e1498a44d8d8bdcb297c20888ce1 3,093 1.00/1.00 vMB 12
609,490 609,490 0000000000000000000272fc9a9d6ba72cbd8e0506eed41fe4f7af4df532d001 2,787 1.00/1.00 vMB 18
609,489 609,489 0000000000000000000c178054edf6e8f0f09168523bdd3c0ae25c40b337fbf0 1,919 1.00/1.00 vMB 7
609,488 609,488 00000000000000000012075b7b532ab027315b46d811b2cc0411da624615ae12 1 0.00/1.00 vMB 0
609,487 609,487 00000000000000000003fae013feb764ff2a3ffc308db957ce4b83ee122a2f95 2,517 1.00/1.00 vMB 7
609,486 609,486 0000000000000000000237a51ac7dc515bd3318208a551df5b57a7d061d3d164 3,005 1.00/1.00 vMB 17
609,485 609,485 00000000000000000009eb45b170fbb1523b29ad57cb121a6a5dfcd76fd2d8f0 3,085 1.00/1.00 vMB 19
609,484 609,484 000000000000000000113b65c2da24077ce0522107de4f7bc634172a8f4c0d3a 2,414 1.00/1.00 vMB 20
609,483 609,483 0000000000000000000a9572b116281935c612e0b7ccdbc984390fde26db74dd 2,949 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.74 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: 630.39 GB
    • Received: 12.03 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.