Loading Tool

Explorer IconExplorer

Memory Pool

27,402 transactions
13.04 vMB
0.05918084 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.56/200 MB

Candidate Block

Mining Attempt 8bacf2c920b265115d1226b8bc571a5286862cfe1a0117b72beb1ac0de79b033
Version 20000000
Previous Block 00000000000000000001cf2de7570a1bcdd29c6c36e5e4ddcf3c67d06d4ea5dc
Merkle Root 90c153fe2107a7aeda73abaacba2c1ae64247ee7b291f7c7abf331e5d05bc572
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,817
Size: 0.9979915 1.00 vMB
Total Fees: 0.02994467 BTC
Feerates: 203.60 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,643 (1,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
912,579 912,579 000000000000000000011626e253dee34336a98721e034654d9b04b0c7320ba7 399 0.12/1.00 vMB 2
912,578 912,578 000000000000000000012e3115bdf0f926e008ccc1d3a6be41093a761888ef0e 5,035 1.00/1.00 vMB 1
912,577 912,577 0000000000000000000015585c46840085a2571eb21c072a5867d37fa1e076a7 690 0.21/1.00 vMB 1
912,576 912,576 000000000000000000008b513d48134bdabe2086e76e17666c4c92307afbe0d0 2,994 1.00/1.00 vMB 1
912,575 912,575 000000000000000000012f4dab76d7d3fa576b98597aebca9545acd89fdc2e5e 2,766 1.00/1.00 vMB 2
912,574 912,574 00000000000000000001e207287377a02ef5d8b69fda2ba4f6ccd3a284597cc1 3,566 1.00/1.00 vMB 2
912,573 912,573 00000000000000000000d13e2693599e54455a61beb8ec00b5c3e9fdef014fb7 3,870 1.00/1.00 vMB 5
912,572 912,572 000000000000000000005357e491792e3d34db298e876e482ab05501786701e4 3,322 1.00/1.00 vMB 1
912,571 912,571 00000000000000000000f3e646394316e7e9202186c64a5aa9d92f580d656c26 2,613 1.00/1.00 vMB 4
912,570 912,570 00000000000000000001129460faa6f40a9ca2eb487e7f43c036361d15a96b6e 2,809 1.00/1.00 vMB 2
912,569 912,569 000000000000000000006fca1efede2ba3e31bf0c575ccb93a0727c2ffbbf254 5,015 1.00/1.00 vMB 0
912,568 912,568 0000000000000000000171bb6f373746288518c40f9bdb9495198bdd2109cb93 2,962 1.00/1.00 vMB 2
912,567 912,567 00000000000000000001009a0bd15927ad67b6169746427e72817133e4146cda 3,426 1.00/1.00 vMB 3
912,566 912,566 0000000000000000000084829cae773c557f7dd4a240c4e85c0b7e03fdf51508 3,464 1.00/1.00 vMB 1
912,565 912,565 000000000000000000003c1aeb7ad27d119eea6c432b13b625ffa7af0ff46263 3,782 1.00/1.00 vMB 3
912,564 912,564 000000000000000000011beebd0a7780f3a8deb056e43843ba3b57213322d877 4,750 1.00/1.00 vMB 0
912,563 912,563 000000000000000000014ca678b564d9aefd3f7a06e962443b6c04269e2876c7 3,414 1.00/1.00 vMB 2
912,562 912,562 0000000000000000000215007f08b5773f77e769e927db69b6d380c805eff242 598 0.13/1.00 vMB 4
912,561 912,561 0000000000000000000052e55fd221208adf741f41be9bb4f772854773a86f5a 3,581 0.99/1.00 vMB 2
912,560 912,560 0000000000000000000222249c38ed0de5a4c6e33979e88b4545a759ea6b4deb 2,869 0.71/1.00 vMB 2
912,559 912,559 000000000000000000013b0940198cd811371b99820a1a7af671d4e693820786 4,791 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 779.98 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: 471.87 GB
    • Received: 3.02 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.