Loading Tool

Explorer IconExplorer

Memory Pool

39,099 transactions
27.51 vMB
0.06580193 BTC
Random Selection Loading Transactions
Max Size: 140.48/200 MB

Candidate Block

Mining Attempt 22c24b73b6c5f079c8b79f106244e20686572384cd4e5920f5d923af5ca3e29a
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root 7f6c17c5098f6aac604377acb1b5ae0bca3073d0690476c0944979a8958ed5da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,510
Size: 1.00 vMB
Total Fees: 0.01349425 BTC
Feerates: 100.95 > 1.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (75,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
839,001 839,001 00000000000000000002465f2f9e6886b1f139b8f7cdb8ecb644bd7f1c9f23c0 4,352 1.00/1.00 vMB 52
839,000 839,000 0000000000000000000204e442f3fad9aa17ee756fd464cf9f56efa3bd98a24d 1 0.00/1.00 vMB 0
838,999 838,999 000000000000000000030a52e0ee93fa90581b99392ef435da0885665b785154 3,687 1.00/1.00 vMB 41
838,998 838,998 00000000000000000001482373bdbafb7806bc8cdc7c9e6e592c933f3238f7c8 3,993 1.00/1.00 vMB 50
838,997 838,997 00000000000000000001658be74675e6a36993207217dec55c39fd6d86f51890 4,406 1.00/1.00 vMB 65
838,996 838,996 000000000000000000012477c351770b8d5f9240426e3ff1f98c5f8813f590ce 3,707 1.00/1.00 vMB 58
838,995 838,995 0000000000000000000217549a1531c3fc4f290100d1f8d8281145a3af349369 3,656 1.00/1.00 vMB 67
838,994 838,994 0000000000000000000330cfb0cf4f5d3e43173d4fbcd5f4f527bec045f81791 3,648 1.00/1.00 vMB 54
838,993 838,993 000000000000000000024d6335b6ee130af31bf68c89d39ce1c6a3a7d82e07a0 3,293 1.00/1.00 vMB 85
838,992 838,992 000000000000000000012a0a8bbde3328a79513172f61ec6cf7547e6ccfc05bf 3,656 1.00/1.00 vMB 78
838,991 838,991 000000000000000000028b22980e9f0e3acd771c119a61f9fa8aabbe0df5da1c 3,752 1.00/1.00 vMB 92
838,990 838,990 00000000000000000000e71fc2b6f441096f59af805433b97203a538403b2909 3,861 1.00/1.00 vMB 130
838,989 838,989 0000000000000000000072e0e089d8f58204171734673fdeeb024b4b7ea76371 4,007 1.00/1.00 vMB 143
838,988 838,988 00000000000000000002d43a4b195b41bc2f97a826249fa93c5b6328fe940fff 3,662 1.00/1.00 vMB 137
838,987 838,987 00000000000000000000193ef3b4c74058a107751566f9f6bbd4fd72f49ec88a 3,649 1.00/1.00 vMB 178
838,986 838,986 00000000000000000002c6ecf68453bd4cd9c7dbaacc29e234f495ac2ef14393 4,841 1.00/1.00 vMB 169
838,985 838,985 00000000000000000000fe3a71e46a6b6bf1db7c8537ee468a7528cf3f7997ae 4,949 1.00/1.00 vMB 164
838,984 838,984 000000000000000000031a657507a61e823ae42eabab25156b9bd36c5c2f0279 4,438 1.00/1.00 vMB 195
838,983 838,983 0000000000000000000117af2923cd70a7210c65c865dc25f3159a7195590b68 3,122 1.00/1.00 vMB 34
838,982 838,982 00000000000000000000f943297f25ec88e5cfaae80ca520955d9479ff256ccd 4,765 1.00/1.00 vMB 63
838,981 838,981 00000000000000000002a6fac84822a171ef78233e5ebdc8f5c761be90f8a75c 3,860 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 781.76 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: 632.27 GB
    • Received: 12.11 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.