Loading Tool

Explorer IconExplorer

Memory Pool

79,364 transactions
29.28 vMB
0.10526571 BTC
Random Selection Loading Transactions
Max Size: 177.53/200 MB

Candidate Block

Mining Attempt b5e545a0ac78960c2dae2d858be4856e34d5863474dde5aaf41180ed25836dde
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 5a140fdf49a51e06ee3fd5bf93591abd7dc93a3a36ad655b8cf1571e03fd03fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,690
Size: 1.00 vMB
Total Fees: 0.04375020 BTC
Feerates: 137.15 > 4.38 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (305,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
609,988 609,988 0000000000000000000b8601ec4f69e12921da921a5f7cc71ed9f4eb9a846963 704 0.28/1.00 vMB 18
609,987 609,987 00000000000000000006bb16fa5d4614ae395c96e7ae1514dae3ec26114ebcf3 413 0.16/1.00 vMB 17
609,986 609,986 00000000000000000014a8646175779ca68c46fa1d73535a0ddc427c62a03cb3 2,634 0.88/1.00 vMB 1
609,985 609,985 000000000000000000125b3fe79145486be9ae22d2784ec5314e956bd9e43ed5 2,785 1.00/1.00 vMB 13
609,984 609,984 0000000000000000001465502b31eca279827150c13e449616a708272ed27e7b 2,907 1.00/1.00 vMB 24
609,983 609,983 00000000000000000006f83f1f5052793cfa3fce1b7b3ba222cf37daaad99ebe 2,418 1.00/1.00 vMB 6
609,982 609,982 00000000000000000011ccc3ce283f4f0059a56023c6bb6ba598ffccdd246b2f 2,986 1.00/1.00 vMB 21
609,981 609,981 00000000000000000002d37bfea124be75bafcceaa0240850d4b64f2fec2642c 3,019 1.00/1.00 vMB 15
609,980 609,980 0000000000000000000bb4780130f68d3db2873c341efba5104b7aa179b91947 2,817 1.00/1.00 vMB 34
609,979 609,979 00000000000000000011c7e21a604824f322844a492921032df6c233651e661c 3,110 1.00/1.00 vMB 21
609,978 609,978 0000000000000000000ddce64640ba242e64d67c1117e62263a92805c2df1296 147 0.04/1.00 vMB 12
609,977 609,977 0000000000000000000ec54a3e30e273156f4a7f67190bef0d2ef4077617c2f2 623 0.37/1.00 vMB 7
609,976 609,976 0000000000000000000af789fb6d5277ba67cb1eacdcb80ae27e8a7832db05c2 2,153 1.00/1.00 vMB 10
609,975 609,975 00000000000000000008bebc0b7a2970ca0189942d09d7078ef7dc5fd6406127 1,556 0.38/1.00 vMB 6
609,974 609,974 0000000000000000000245fada13cd4a63f42aee11b849e7fc17d7fa5aa2e02b 3,012 1.00/1.00 vMB 20
609,973 609,973 0000000000000000000796b1b381d37381e6c242d761a22be2707ad2419f93b5 267 0.10/1.00 vMB 6
609,972 609,972 0000000000000000001143f11fca331d8185dab229dd96a33bfd94a2975f9eda 2,818 1.00/1.00 vMB 21
609,971 609,971 0000000000000000000d8f6f01c7f01c5b1e3285e1c1e5bc0a286a8a5a2f9ce8 1,132 0.30/1.00 vMB 3
609,970 609,970 000000000000000000077d6a1d7ddb5acbe05bdfae00289e21f243b4c5814928 2,277 1.00/1.00 vMB 8
609,969 609,969 00000000000000000005968fc0d926e18ea8b3074343ee014ae7b532bbd6f7dc 2,964 1.00/1.00 vMB 24
609,968 609,968 000000000000000000010dff012dfe0dd006907c47d6ef354a6b68b145d0e985 1,949 0.95/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.59 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: 671.42 GB
    • Received: 15.93 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.