Loading Tool

Explorer IconExplorer

Memory Pool

36,743 transactions
28.62 vMB
0.06530530 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt 4e3e704d54c218cfdbec45dd88fabc0dfc1640d6d9caec5d0c2053e6378eaaa3
Version 20000000
Previous Block 0000000000000000000059402129e8cfb80bd7c408e1eb706635b3b834353019
Merkle Root e56d2a94673fd4827afe58d92efd5fb72bda780b5e0e354fd46359072e78ab7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.00969402 BTC
Feerates: 100.33 > 0.97 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,527 (894,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,644 19,644 000000001687c9905b47ba957ac4c72c207b8e06606011a1a4974981b1a78199 1 0.00/1.00 vMB 0
19,643 19,643 0000000035d277d2490d45f8e45df8f02d387d539f5a8f97c67e529b416bdf37 1 0.00/1.00 vMB 0
19,642 19,642 000000002f9e078764316ae0648fe7e9b4661ba2a590ab875af4a5ecffdd440e 1 0.00/1.00 vMB 0
19,641 19,641 000000003defc60115b4894b2f516c0fc99209f7e8dc78b3bdb26f3a41333035 1 0.00/1.00 vMB 0
19,640 19,640 0000000061536f608caf56401177ad068715cc7666651afe577e80202b2a82dd 1 0.00/1.00 vMB 0
19,639 19,639 0000000034b86684de7f90255133567a08ec3762fc9056701258cbed5ba87039 1 0.00/1.00 vMB 0
19,638 19,638 0000000051b6c8671b55007db3ec30b7a4b6bbdcfeef986c5854d63b42d126d7 1 0.00/1.00 vMB 0
19,637 19,637 00000000df81aaaecca8e6ae778975c451f3ad0747249e28fb8815318147387d 1 0.00/1.00 vMB 0
19,636 19,636 000000000b2547f52ddf8ac366c5123b04b4a79d29a8e62ce6d2459d56942e6e 1 0.00/1.00 vMB 0
19,635 19,635 000000008a8f06a4d0d8ed590fc03aab70e9324bc7dc71e160f8100629ba7e1b 1 0.00/1.00 vMB 0
19,634 19,634 00000000e7d336750d7319696b05096011a9895a867a930b3eb9b9e5574bdcdb 1 0.00/1.00 vMB 0
19,633 19,633 00000000fbf90926bd3a48abe32c679bf3cfc905c91052fd82891bc9eedc4c11 1 0.00/1.00 vMB 0
19,632 19,632 00000000b8644acdccf38af54440dffa67b065dd04872a057cd9acb7b592fab9 1 0.00/1.00 vMB 0
19,631 19,631 000000001cccaf25c39e8a89cf3d4384f9c9044f60a5d73dcea1e93b7cf729c3 1 0.00/1.00 vMB 0
19,630 19,630 000000004dbf5b0ac1157dc719a5a1110314a33b06899740c70ee7b475ea032d 1 0.00/1.00 vMB 0
19,629 19,629 00000000b46a087b86f7e7e46790fca8101cf13278e1b1c9cc9af3e9d8980807 1 0.00/1.00 vMB 0
19,628 19,628 00000000fa1a4964ef6b673104a7595293f1b9b5a3bb1950cfc41bf881959e75 1 0.00/1.00 vMB 0
19,627 19,627 0000000063b01ce64910c93ee1f826c118c889f05f290455b69c73f9ef16fceb 1 0.00/1.00 vMB 0
19,626 19,626 00000000df824c3c32c82e34fc808c013f9581ea359c4e901c4ae6301b14f67f 1 0.00/1.00 vMB 0
19,625 19,625 000000001733dbf59c3e3cab2014fcdd8e4f27c4da191133f158e67c7350f838 1 0.00/1.00 vMB 0
19,624 19,624 00000000ff97bec8b30fe37dfe4bb126855ee6e05e406ab1574c4f01e766867b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.55 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: 621.23 GB
    • Received: 11.23 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.