Loading Tool

Explorer IconExplorer

Memory Pool

81,002 transactions
30.89 vMB
0.07742103 BTC
Random Selection Loading Transactions
Max Size: 187.93/200 MB

Candidate Block

Mining Attempt 54b7bb99f0c70590c3101b216dd293172da4f9ee6737c36166611e40b4373260
Version 20000000
Previous Block 000000000000000000009cc847e34910d5d5711b5344aceacf52741007a9bcc7
Merkle Root 985e7dd0431058d5ff7d3584501e9e88efdbd09d6dc417a441f36cc1e57b5c34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.01099900 BTC
Feerates: 265.25 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,183 (538,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
377,028 377,028 000000000000000009dd636554a002efd31d337c598a77ff093621150f131f8f 1,961 0.95/1.00 vMB 52
377,027 377,027 00000000000000000294329b74ab2c2d88e3ac36d8bc4eee24878848982bd51e 2,755 1.00/1.00 vMB 55
377,026 377,026 00000000000000000b8a7f826ae28803df514022baf5526339e100d5e5992e30 1,478 0.93/1.00 vMB 44
377,025 377,025 00000000000000000355f2dae74e2f6eaee07314702efee154873f2c461b7591 2,307 0.75/1.00 vMB 77
377,024 377,024 00000000000000000816f338f5d548d47c74f6bf34b0e9f303fb6ec33d52dbb0 634 0.25/1.00 vMB 65
377,023 377,023 00000000000000000081b406f16e887f0d6bfd82e915292156b172ed074125c1 1,233 0.54/1.00 vMB 52
377,022 377,022 000000000000000003c6a0caa48eb43e7fdfc5018444daa28f4288959e2ee74c 663 0.34/1.00 vMB 35
377,021 377,021 0000000000000000115c6de319a74e50c7ebd79b0a2438838800cb9f7516fa31 994 0.43/1.00 vMB 38
377,020 377,020 000000000000000002d4daf0aa72f0560b64b800f10616fe8b4e84389ad0d17b 334 0.13/1.00 vMB 37
377,019 377,019 00000000000000000e3d4c22c8423ab5ea307a814183a396ba028d6b03aeab5f 1,023 0.42/1.00 vMB 42
377,018 377,018 00000000000000000337f39fcf2384596f8d1620f41435ddfd9aef6b7d0cc240 2,022 0.86/1.00 vMB 39
377,017 377,017 0000000000000000078baff12e0002a96549a70f0c5b4a48dbe83b29c24f9e9a 281 0.17/1.00 vMB 25
377,016 377,016 0000000000000000013dd51e2cb0f97de09abfc2b26b45b442e95e4affbca778 323 0.19/1.00 vMB 29
377,015 377,015 000000000000000010939c3278de201dbe264d93a6ee08a3b335d7593b814692 838 0.53/1.00 vMB 19
377,014 377,014 00000000000000000c06ee098bc09a102666231dc185b6db67118f9cce38d187 943 0.40/1.00 vMB 37
377,013 377,013 000000000000000008fc2de48a2b2fdd85c71b068f7dd1f3cfd24e0fc5cf02b9 1,028 0.48/1.00 vMB 37
377,012 377,012 000000000000000008fc95b3892bf43ecef6fff41196509361a9cea40d7cb30b 1,313 0.75/1.00 vMB 25
377,011 377,011 000000000000000004f9a8e7540e8151c6721e11dbd41fc96f91e4216a71a5c4 1,825 0.75/1.00 vMB 38
377,010 377,010 000000000000000001b903969530f4adf6ac9330f00f90a03c6b2b38d1ad9ee3 3,037 0.93/1.00 vMB 432
377,009 377,009 000000000000000011290d38635e93d830aaf7ba0fde93e5eca48b467f1b7bc0 728 0.49/1.00 vMB 24
377,008 377,008 00000000000000000b95166f4a333d65361c3d2154a5e757a2f49cb4b11f7fc1 770 0.36/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.71 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: 701.20 GB
    • Received: 16.62 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.