Loading Tool

Explorer IconExplorer

Memory Pool

82,440 transactions
30.76 vMB
0.08457108 BTC
Random Selection Loading Transactions
Max Size: 185.46/200 MB

Candidate Block

Mining Attempt 349c190abd6ca8e58082f381c7707829a0c04ff516b96726ac779abafd4c792b
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root e1ccd2e055af14822348313ab7988af5bcd4cd2eec1a06b1f9c9d8340096e510
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,204
Size: 1.00 vMB
Total Fees: 0.01907964 BTC
Feerates: 73.20 > 1.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (133,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
781,863 781,863 00000000000000000001989807da90a210464a2c97ae05945a954b7fcc300fe4 3,150 1.00/1.00 vMB 26
781,862 781,862 0000000000000000000050048c71d9ef5a2e5b56e4157418d8dbd9f82d09cc32 2,215 1.00/1.00 vMB 37
781,861 781,861 00000000000000000005f1f29649a1b9b923c53c89fe879d9c96eccda671b782 2,764 1.00/1.00 vMB 20
781,860 781,860 00000000000000000003cb5a11e57b3f866b6bc474150513ff11e8607cda15f7 1,731 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.