Loading Tool

Explorer IconExplorer

Memory Pool

41,552 transactions
32.59 vMB
0.09541664 BTC
Random Selection Loading Transactions
Max Size: 162.90/200 MB

Candidate Block

Mining Attempt 8bf46d58cb8602a1c2454858b43ffef4df3ae16e4dbe7c114a2d818226196d97
Version 20000000
Previous Block 00000000000000000000b6b9a3b2067fa1426f6080c9f3cdd5cad9a92f6fd98c
Merkle Root 8acac4700408792d3d9295e964493eeeba27eb3d8aa473e6ed3821a31d189714
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,388
Size: 1.00 vMB
Total Fees: 0.02550957 BTC
Feerates: 502.67 > 2.56 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,333 (795,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,173 119,173 000000000000a5714c477c8c9aafc6daeb3272d5a2a8e4d08234d144bcef3624 20 0.01/1.00 vMB 1,127
119,172 119,172 0000000000008641e3682038dc515e73b5962ee1ea99ff7a091048d3b466a192 11 0.00/1.00 vMB 0
119,171 119,171 000000000000441885884c742742fc9b6ab0c938686adf0d43bdbc7f7ee64112 11 0.00/1.00 vMB 0
119,170 119,170 0000000000009af4a58160e68c6a0eee145d980c247060117e9aacab5489cc2b 17 0.01/1.00 vMB 729
119,169 119,169 000000000000b1fa59873bdc01fa51b63eb6964e269010d149c1fd2cf96d185d 32 0.01/1.00 vMB 85
119,168 119,168 0000000000009e3acd91fa2a9b330b7172ef039997b1207274553e4e3dab468e 9 0.00/1.00 vMB 0
119,167 119,167 0000000000008c7795f68f51a3330378890ea1f6396bbfd8ad8104b5e38eb0bc 6 0.00/1.00 vMB 630
119,166 119,166 00000000000016e387694ea8a2d53a45bcb48cba68fd1bbe6d9e1d28d0b5a5fd 2 0.00/1.00 vMB 0
119,165 119,165 000000000000a7544a62316b883973aa2356839ef761b8fccad3f04b4b357ff4 5 0.00/1.00 vMB 968
119,164 119,164 0000000000004106d9fbb562dbbb4b69b7666fd85d2d9886df1229ecf26a36be 19 0.01/1.00 vMB 164
119,163 119,163 0000000000003db18b22d2f6bae4f6543301ee964a421814d9bb7afd6750876c 9 0.00/1.00 vMB 655
119,162 119,162 0000000000000071118074f8f342588d2c5318e4564ac7a8dc2a732450159097 12 0.00/1.00 vMB 339
119,161 119,161 00000000000051bd60ef487e8e38117d12ab31faaeafcf6521c2169f4d9504be 2 0.00/1.00 vMB 3,861
119,160 119,160 000000000000183f394eba2f1ebe83a153be180c9b4657114bf8621ef63a3ed1 5 0.00/1.00 vMB 594
119,159 119,159 0000000000008577705bb8a6db539bf259b2dcdddec14f2dd45c7c4dff7478d8 10 0.00/1.00 vMB 0
119,158 119,158 0000000000007d8fd84ff85aa0503679b9f766b176b8ef893e36ad6814a58423 33 0.01/1.00 vMB 164
119,157 119,157 0000000000000ec61a97254af8bcd2210888e366c20e8a9a61b89039255d5311 4 0.00/1.00 vMB 3,880
119,156 119,156 00000000000091a57982f758e229f9e1c72b817c4663aa306d50be678dbf528f 12 0.00/1.00 vMB 1,349
119,155 119,155 000000000000785ce7e10bcef3909f46dfb08569e25f8400ad5da25aafabc297 6 0.00/1.00 vMB 2,039
119,154 119,154 0000000000006b2659a017725d7a0606b5b02a05f2900a327b6508fd1655d480 12 0.00/1.00 vMB 1,220
119,153 119,153 000000000000ae5fb3194a55644a3831ff59ad198be44417291830b87ae8d1df 6 0.00/1.00 vMB 1,680
Previous 10 blocks ↓
Total Size: 781.19 GB

Node Details:

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