Loading Tool

Explorer IconExplorer

Memory Pool

40,586 transactions
25.80 vMB
0.05036629 BTC
Random Selection Loading Transactions
Max Size: 134.57/200 MB

Candidate Block

Mining Attempt f5de655e646c0cf6d6acaee8dddd52a9a744160d3cc861bd88f77b79ad2fafe6
Version 20000000
Previous Block 00000000000000000001eb538b44df8d39ae4bf8dee821fde296842d221e7d43
Merkle Root 984cd0d5ab20efd38b65b65debc7f3d652eaa912539bf418d306e41b61c3b15d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,513
Size: 1.00 vMB
Total Fees: 0.00362918 BTC
Feerates: 60.14 > 0.36 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,755 (329,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,000 585,000 000000000000000000160896ebed62f575b5af35609bedd96b27003c94f8b475 2,028 1.00/1.00 vMB 56
584,999 584,999 0000000000000000000623610938c2caf1cbf44613fc8a1108c69e5668957cae 1,288 1.00/1.00 vMB 68
584,998 584,998 0000000000000000000ddefc1d0a3c6b3c3bddc1013781433ec22f8c185c6179 1,662 1.00/1.00 vMB 16
584,997 584,997 00000000000000000005c3254c3dd125d9366176e268ade03167193f44b2256c 1,974 1.00/1.00 vMB 29
584,996 584,996 00000000000000000017da291e38ba74264946d6d9cd126101e9d19963b47f04 2,168 1.00/1.00 vMB 32
584,995 584,995 0000000000000000001d08fd1c4c0955ded2f9543822039facbe4496d07f49ec 1,785 1.00/1.00 vMB 34
584,994 584,994 0000000000000000000afb968e3ee7eeba45549414320a05622eb7cf80d3e056 1,995 1.00/1.00 vMB 31
584,993 584,993 0000000000000000001c0c3a4df33025c2c75802fd89339b88feb817e3f1a2c0 2,672 1.00/1.00 vMB 30
584,992 584,992 00000000000000000007bcb60bb303fa199663719b8974b2720387cf84b858c0 2,672 1.00/1.00 vMB 64
584,991 584,991 0000000000000000001eef5161b7c744e89bc8f013855f11b66e95cfaefc3520 2,433 1.00/1.00 vMB 75
584,990 584,990 0000000000000000000594f804b0e1d8a9b19e731319174725bb702d97be0582 2,606 1.00/1.00 vMB 55
584,989 584,989 0000000000000000000c8855e7edb18554810344e55377c59f2c36b2045a43b5 3,342 1.00/1.00 vMB 84
584,988 584,988 000000000000000000005b4a22abc6a12edf96862f29305aaccf9d310e5bf153 2,988 1.00/1.00 vMB 68
584,987 584,987 00000000000000000017371ef75a3918d47debc9b6fe24a6e14956b7376d2750 2,431 1.00/1.00 vMB 75
584,986 584,986 0000000000000000001a2e051c53506d3f014e07e248464e4a39102877059bf2 2,908 1.00/1.00 vMB 46
584,985 584,985 00000000000000000000cb101c620db00f8147a271f4485c4dbc9eba20fc7638 2,990 1.00/1.00 vMB 58
584,984 584,984 0000000000000000000929bb36c132746f3bd4e4971a09977c0dbcd6097a99f9 2,975 1.00/1.00 vMB 43
584,983 584,983 0000000000000000000020b5f76a56071da079ab37f0fecea9deb910907c9d67 3,149 1.00/1.00 vMB 69
584,982 584,982 00000000000000000001123d9565b4df9ba52f6429283df8826cfa42c6e4d46e 2,671 1.00/1.00 vMB 18
584,981 584,981 00000000000000000007cfc16304987ff5f8e872fa941f7b339c9213b9e1b5ef 2,287 1.00/1.00 vMB 28
584,980 584,980 0000000000000000000bfbdad21dac2abfe0c3bb96cbe75b1f1a399f45dcaafe 2,785 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 781.95 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: 647.26 GB
    • Received: 12.91 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.