Loading Tool

Explorer IconExplorer

Memory Pool

42,591 transactions
26.09 vMB
0.05198822 BTC
Random Selection Loading Transactions
Max Size: 137.10/200 MB

Candidate Block

Mining Attempt 87dda44175c69053083551bfc49670dd831e1246bdcecb1fdc0ba6f21d2e9b23
Version 20000000
Previous Block 00000000000000000000ccd90c9c322dee23e4636037e7cd5f80c2f31107de16
Merkle Root b4ed96eb76d4832c823f2e31dbcaa0b9c6a9c5e3c89acdf4b3c1f2b952fe3e25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,462
Size: 1.00 vMB
Total Fees: 0.00441251 BTC
Feerates: 150.93 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,737 (283,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
631,420 631,420 0000000000000000001070ea0cd79c36f31e0ab54b62a330f5fb05022b44f5d0 2,631 1.00/1.00 vMB 83
631,419 631,419 00000000000000000010206a143632e60b2bd9ed2b5997ea95d0072ca466d7e7 2,814 1.00/1.00 vMB 67
631,418 631,418 000000000000000000070712ba8e8b5856e5d3d8204c1761974145f88a44bdb4 2,344 1.00/1.00 vMB 135
631,417 631,417 000000000000000000097ecd92366098db5903ebae92f19bc7920c2ae2cd5634 1,892 1.00/1.00 vMB 180
631,416 631,416 00000000000000000007b9118c2cfbeb296a81d79a8266a0aa4123d52c6eb8b5 2,328 1.00/1.00 vMB 208
631,415 631,415 00000000000000000008c06ab37e1516448dfb5f2096550593c4f7f89774c090 2,410 1.00/1.00 vMB 228
631,414 631,414 0000000000000000001027dab2b57a99ea7d562583b30da7d2ce5c922be4f22f 2,579 1.00/1.00 vMB 22
631,413 631,413 0000000000000000000b98e794b53ad60928a136fb41fc7386940e734ff94d93 2,661 1.00/1.00 vMB 78
631,412 631,412 00000000000000000009522f5fdcddaf74bf2e4d2ad4b4ee592878baad82779f 2,855 1.00/1.00 vMB 77
631,411 631,411 00000000000000000012321a1f00bd12d2d9b7ff1370f71fc21684843c166936 3,073 1.00/1.00 vMB 194
631,410 631,410 0000000000000000000c119bcb48168f2165cdfa6529649f2eb76e631c7c4e48 2,567 1.00/1.00 vMB 202
631,409 631,409 00000000000000000008206ea8602e10518a69283b1db34cfe0235cd56475707 2,079 1.00/1.00 vMB 27
631,408 631,408 00000000000000000005d229ebe6a35c374656432d3f63aff42b350b33fde554 3,084 1.00/1.00 vMB 163
631,407 631,407 0000000000000000000b7831c5bddfe9f5876183bd4523ca1958659f89b0cf9d 2,728 1.00/1.00 vMB 148
631,406 631,406 0000000000000000000d0ad9bec7b9effc0ca32bb3b86885dcdc858936471f2b 2,881 1.00/1.00 vMB 155
631,405 631,405 00000000000000000011fa753a2d613cbef83a53a617030014d48e429087bf6d 1,771 1.00/1.00 vMB 43
631,404 631,404 00000000000000000008f691383fdbe17201dc5397a1893911efad395b79c791 1,468 1.00/1.00 vMB 74
631,403 631,403 0000000000000000000a26fd386249723300586bc36cdcd65c31555017c7df9a 2,552 1.00/1.00 vMB 129
631,402 631,402 000000000000000000001b5e5316c266e0584b34c91d82afe78257d269bc5ac0 1,319 1.00/1.00 vMB 24
631,401 631,401 000000000000000000095aed4c57607582f8c219298157732ac663e30c1f5b54 2,210 1.00/1.00 vMB 95
631,400 631,400 0000000000000000001050d8363902330a6a74c6b496cd8f8a23b3ea227e51f3 1,165 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 781.92 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: 646.18 GB
    • Received: 12.82 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.