Loading Tool

Explorer IconExplorer

Memory Pool

45,621 transactions
27.93 vMB
0.09170457 BTC
Random Selection Loading Transactions
Max Size: 146.74/200 MB

Candidate Block

Mining Attempt 129b4d9d048437c00ee6c6c54fb15a710b01d1e4818719eff936e447579517a8
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 2812b2658c91691b4e6c66c7d2bdeef9981176af2ed258e37e3d60560ba2eb8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,052
Size: 1.00 vMB
Total Fees: 0.03623818 BTC
Feerates: 197.49 > 3.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (133,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
781,884 781,884 00000000000000000004ffdf5a0ea1ee0bad398ec0e5980df8816568d0791c08 1,860 1.00/1.00 vMB 16
781,883 781,883 000000000000000000060505ce747136a6a5c539092a628be94d89d0ae4d21ad 1,994 1.00/1.00 vMB 20
781,882 781,882 000000000000000000023d02b5b00dc4ae58739e3dc5612a2421e030849f43be 1,466 1.00/1.00 vMB 17
781,881 781,881 00000000000000000001621ec719d01af12ab496edf3c2d928aa4bd12c14d0d8 2,476 1.00/1.00 vMB 33
781,880 781,880 000000000000000000028f6645b2a2a13f0ec47a302deb505df38a8ea3e1511c 2,485 1.00/1.00 vMB 24
781,879 781,879 0000000000000000000146a2ccbc88ec4ee4c6b4101a4b6d569c3bfbcfbdcc99 1,872 1.00/1.00 vMB 27
781,878 781,878 00000000000000000000a6886f85a19b6d70e50e33cc832dbf078eb1927bb9af 2,007 1.00/1.00 vMB 39
781,877 781,877 00000000000000000003a1ec3974048caca45b9901fc9e935e71f99166749e66 976 1.00/1.00 vMB 9
781,876 781,876 00000000000000000001a10c73e1fde1891bdd1dc35f603d0ab96bba3e19b34d 406 1.00/1.00 vMB 5
781,875 781,875 00000000000000000004dbf07576438aec78f1d26d86845f545fc979f867e70e 1,278 1.00/1.00 vMB 13
781,874 781,874 00000000000000000003c16f4050a0d6f78a5a944aa54c00c884b41e1c022d63 1,451 1.00/1.00 vMB 12
781,873 781,873 00000000000000000002cd78c94bcd9e7dc5742f1558c44595555449d992f7ba 2,511 1.00/1.00 vMB 25
781,872 781,872 000000000000000000003860641f555df1d73d4d77085708ffbfd87ee59094b1 678 1.00/1.00 vMB 6
781,871 781,871 00000000000000000000b23aaa8d294033728704fa3c9a427c4d851f394a9e63 2,791 1.00/1.00 vMB 20
781,870 781,870 000000000000000000037e4a82fb39a8fc0dc3b181aff7c9c48dab1e8849af32 1,782 1.00/1.00 vMB 14
781,869 781,869 00000000000000000005bc03676d007b759a2b11ab31f0b1cf1ea1dc72e5b4e1 1,147 1.00/1.00 vMB 9
781,868 781,868 0000000000000000000254f690975dc3b09c3fbc41f05ab25c177162d93aaa51 2,053 1.00/1.00 vMB 16
781,867 781,867 000000000000000000062571c7afd7f59e058f251fdd0816d5fcc7f826523cf5 2,243 1.00/1.00 vMB 20
781,866 781,866 00000000000000000003f31427279cdd39cac9d88e221973e493551782653767 2,702 1.00/1.00 vMB 14
781,865 781,865 00000000000000000000e164e750b0380ae8f54666aa998fb2a040637889643e 2,127 1.00/1.00 vMB 15
781,864 781,864 00000000000000000002d811d827e3d5476bfaea1ebeaa6efa9e42b68c7a63c4 1,592 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.23 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: 655.05 GB
    • Received: 14.24 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.