Loading Tool

Explorer IconExplorer

Memory Pool

83,833 transactions
31.57 vMB
0.15249031 BTC
Random Selection Loading Transactions
Max Size: 187.89/200 MB

Candidate Block

Mining Attempt aba0112ecd785d96d3ead63a2c989c436512a9d24e4d21eb44b13cd8bf2494b7
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root bb9a6cf071b42cf21cf215a9864bd76e99b15ca92f3d2d5148975d69f494c538
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.04784671 BTC
Feerates: 402.75 > 4.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (300,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,501 614,501 0000000000000000000f09ddfa30362eea5d06dff07e01e31372e200121906bb 2,830 1.00/1.00 vMB 3
614,500 614,500 0000000000000000000d391697bde8f4074f4ab8fe0a3b2ffcab5cdc9bd8a2f6 3,020 1.00/1.00 vMB 12
614,499 614,499 000000000000000000120c62db6af18ed91046316271c144818845a813a0b35b 2,659 1.00/1.00 vMB 17
614,498 614,498 00000000000000000012d1fd43de187b7ec6f5a0c51fd3d55e57c9f872d03eda 2,487 1.00/1.00 vMB 19
614,497 614,497 0000000000000000000f31501230cfa0779664f6f9304c20f65ee7c20cef8adb 2,800 1.00/1.00 vMB 17
614,496 614,496 0000000000000000000f3b2ace1f53df9fa3a9a6b54aced85b723da5b39be02d 3,253 1.00/1.00 vMB 11
614,495 614,495 00000000000000000006bcd7c40bae34f6ae60d84e8f4266978f4bb210f703b2 1,755 0.91/1.00 vMB 11
614,494 614,494 0000000000000000000ad32feda41c1b6d73fd54fa5e79c178c065ced75843e2 1,059 0.37/1.00 vMB 14
614,493 614,493 00000000000000000009e055ac2b4c46c47b8dc6fda6c6944cea5ce41a687acd 86 0.04/1.00 vMB 16
614,492 614,492 00000000000000000004ef229ca1b3757eb899e316951a6efe0b36ac37370a8c 1,161 0.37/1.00 vMB 9
614,491 614,491 00000000000000000002a4b071ec14ae092ee9141f0f6ec2c24b1add983eab2d 1,207 0.36/1.00 vMB 13
614,490 614,490 0000000000000000000fe1d331a44158dd60379873882aea492334b1bc3d0ce7 2,091 0.72/1.00 vMB 10
614,489 614,489 00000000000000000010516caf2e21a639613182ec1b0013cb0937a3e6f0d5a4 2,509 0.77/1.00 vMB 11
614,488 614,488 00000000000000000004b17c98e80971ee6b7421ef0927ce840f4022e1adcdfe 601 0.22/1.00 vMB 8
614,487 614,487 0000000000000000000dcd0c14836b0b621c3dac20356fa7aa58f359648f0847 46 0.01/1.00 vMB 9
614,486 614,486 00000000000000000006b30597f68ff1da7c4ff006a2332df30e4287f1dcef09 1,221 0.32/1.00 vMB 11
614,485 614,485 000000000000000000098d4db63dae86beb403a90d8a8c2cff78f6150ee3c91f 531 0.14/1.00 vMB 17
614,484 614,484 0000000000000000000b4a72268bf7cf19d3257c257e465cc4d739b66ff46a45 3,058 0.91/1.00 vMB 4
614,483 614,483 0000000000000000000941a843615d77b61eb406d83907156643255433b8ac82 3,102 1.00/1.00 vMB 16
614,482 614,482 0000000000000000000a7d4f2367d5ec243c247fe84e33e24ff499c875e79051 237 0.07/1.00 vMB 11
614,481 614,481 0000000000000000000633353e10228b9215b54ada31e7a9b6dacf269e29f1da 581 0.21/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.29 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.