Loading Tool

Explorer IconExplorer

Memory Pool

38,883 transactions
27.35 vMB
0.05704237 BTC
Random Selection Loading Transactions
Max Size: 139.61/200 MB

Candidate Block

Mining Attempt 2955b85e0a6be214b0093f89f21dae12ceb2fd550b469d58568db0b6e1b7a9d6
Version 20000000
Previous Block 0000000000000000000183fdd09766667573fbca4a30fc6f2455b37becebdd12
Merkle Root 30c8038a876639e29adb82427c03e02d5e09f53c093f1f8ba83e2db9b4b3e2ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,872
Size: 1.00 vMB
Total Fees: 0.00525089 BTC
Feerates: 40.21 > 0.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,641 (529,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,798 384,798 00000000000000000d30c56e3df1eeab131908b65608527d541e620510a8e668 233 0.24/1.00 vMB 14
384,797 384,797 000000000000000009c3f4c04a8654eb0bd4dd801c9af8d91a2c882ac18e47b8 417 0.15/1.00 vMB 46
384,796 384,796 000000000000000001303e06c18dab3f6104ddf73ab18010de3488097d5a0ab0 235 0.14/1.00 vMB 22
384,795 384,795 00000000000000000a5c21d7ef876bf657e66ae8cd1039e4918dd711b9fef8fe 431 0.23/1.00 vMB 25
384,794 384,794 000000000000000001adc89ca40d259ae9143dbc318059d432d87acebff4525a 872 0.40/1.00 vMB 28
384,793 384,793 0000000000000000029c3687cbc89dae2f5a5a370664ee1dde04585ef97ad3a9 417 1.00/1.00 vMB 6
384,792 384,792 000000000000000005d6e250f7d7d0cb07470cc7a07f1af244b6c2e41c402613 1,526 0.98/1.00 vMB 30
384,791 384,791 0000000000000000006d0eea8bdef8ea77e1b6fb99894823418d57b5f371aed8 390 0.21/1.00 vMB 30
384,790 384,790 000000000000000006461a53850bb60bcc7080f8e2de4d75cdd7b938a93c6937 141 0.11/1.00 vMB 37
384,789 384,789 0000000000000000092c9b2437c46e32892e05776ee64f04cb3d6c92940ea827 65 0.09/1.00 vMB 10
384,788 384,788 00000000000000000444b46c1e31f8045ed64838979f0cbf22f17afebae833f3 868 0.53/1.00 vMB 41
384,787 384,787 000000000000000005f0d9b7f72a8e9132f6f8f2f0bf85b270c7f3a9c7326c3f 230 0.14/1.00 vMB 22
384,786 384,786 000000000000000001afa7ad4b74455bdc2923b9871558782f1e6625f0b7f0c8 525 0.23/1.00 vMB 35
384,785 384,785 000000000000000006689d654b69a1f67e2e368f3286e8e5c8646d11b7e22f07 817 0.38/1.00 vMB 33
384,784 384,784 00000000000000000e7889948923fe46638be40733890ed2305b75c39afa5b2d 1 0.00/1.00 vMB 0
384,783 384,783 00000000000000000d21b09aeeea14753167c44399a02db1229b0b43fd54864d 1,267 0.63/1.00 vMB 32
384,782 384,782 00000000000000000735e7d625fcfd5897a4463ae816754cd01bf66df9568f90 610 0.26/1.00 vMB 35
384,781 384,781 00000000000000000bc618a0f40cc98e62d716c85125e9b1f15b540c36216dff 1,473 0.64/1.00 vMB 35
384,780 384,780 000000000000000006781b1d96dc2287998e788dbc841f11e701322e6d554900 749 0.34/1.00 vMB 31
384,779 384,779 000000000000000010aa6b2eac25f704df06567a495cd50d94c96f3a695c1fad 96 0.24/1.00 vMB 5
384,778 384,778 0000000000000000089b7372cae95c0c3b47e6e08ea1f35d37aee5c38c1add77 219 0.25/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 631.86 GB
    • Received: 12.08 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.