Loading Tool

Explorer IconExplorer

Memory Pool

79,328 transactions
29.54 vMB
0.06811178 BTC
Random Selection Loading Transactions
Max Size: 177.89/200 MB

Candidate Block

Mining Attempt 07a830acdc7825b91c2772c7a9a0fe8a817d763a43089b638c6e4f65e221f43c
Version 20000000
Previous Block 00000000000000000001fb8d6cf84379783287b1b8c366cfbfbd7af86dc1bc05
Merkle Root 915757ce6e3d30afad7290e2ebc311408ce0a05cfd9a3863b337e748da96e75f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,071
Size: 1.00 vMB
Total Fees: 0.00811699 BTC
Feerates: 30.21 > 0.81 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,990 (323,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,020 591,020 0000000000000000000fb23ebd50179e11aacfa159bddcb844b92d8c398177ee 2,342 1.00/1.00 vMB 36
591,019 591,019 00000000000000000004e57847e6460605505e5653198e37d7d4c68389064b47 1,890 1.00/1.00 vMB 30
591,018 591,018 0000000000000000001aea032ed11c9e3614677612562a0c54214e6b5b42718a 1,991 1.00/1.00 vMB 2
591,017 591,017 0000000000000000000942877fcbe2afd6b21bbd61e1a9e5cce9b6373ea1a963 2,545 1.00/1.00 vMB 44
591,016 591,016 00000000000000000015b6b2212de99c1431896f2baab0dfce3f154345a3a989 1,938 1.00/1.00 vMB 37
591,015 591,015 00000000000000000015ed1f6098c1d6ee70d1b19d77b5e4605f07c2f7d3e89d 1,932 1.00/1.00 vMB 21
591,014 591,014 00000000000000000011aea61122c63d56f63ca2035a2b8d4f8de00a91a4ecbb 2,249 1.00/1.00 vMB 12
591,013 591,013 0000000000000000001470f96f5c81fc743d1b6add26024fd963340a65e62d34 1,838 1.00/1.00 vMB 31
591,012 591,012 00000000000000000000cce32efc9ad19cbe1b31ec8bcf65358385046ed4e431 2,231 1.00/1.00 vMB 38
591,011 591,011 00000000000000000003b893bdcbb17d628743a2c76ecc05d78a01ea816f3a81 2,216 1.00/1.00 vMB 47
591,010 591,010 000000000000000000148abf305e0156f317d68ff90de905cf54766b66f2b9d6 2,152 1.00/1.00 vMB 27
591,009 591,009 0000000000000000001af3fef3ad32f8d0c62541412204c208d6a4c935e6fd6b 2,547 1.00/1.00 vMB 31
591,008 591,008 0000000000000000000b9e236e6142d32eba5f88928ff7e1a77e531f5e0f0ee0 1,782 1.00/1.00 vMB 40
591,007 591,007 00000000000000000017a2698f888d507d0bb993a178364dbcc9df345032ba4d 2,461 1.00/1.00 vMB 51
591,006 591,006 0000000000000000000b6723069beb83ede302e9988fec4cd083a4893b065902 2,217 1.00/1.00 vMB 57
591,005 591,005 00000000000000000004ec7169067441e2255c8397d6fa2524cacb8427628f03 2,932 1.00/1.00 vMB 56
591,004 591,004 0000000000000000000c13afe22ec1cc890d05fda22c0888889e5e8d11482791 2,175 1.00/1.00 vMB 32
591,003 591,003 000000000000000000101a6d9aa63b5b6647ea17556220983b0c93b4c17c8d8e 2,308 1.00/1.00 vMB 20
591,002 591,002 0000000000000000000a067a275272b5eeb094474acccc3bf3846119d6a7125c 2,972 1.00/1.00 vMB 54
591,001 591,001 0000000000000000001393a638ccee14fe77d120736622266856134fff92573a 2,894 1.00/1.00 vMB 36
591,000 591,000 0000000000000000000ccedd5f216ce25ab91f34eabd4ed9ae7593f9254b3272 3,105 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.37 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: 663.88 GB
    • Received: 14.94 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.