Loading Tool

Explorer IconExplorer

Memory Pool

43,568 transactions
27.09 vMB
0.06481734 BTC
Random Selection Loading Transactions
Max Size: 142.60/200 MB

Candidate Block

Mining Attempt 84b1e251b4014ac89ebc8a7e9bf793c7cd8a49c0df213aee1bc9e0327c9376d9
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 63dc13a51589a0c76d0ba5029edb5d73053910d70256d6c0a0f8b0d5db5a9e34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,231
Size: 1.00 vMB
Total Fees: 0.01434204 BTC
Feerates: 151.15 > 1.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (490,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,677 424,677 00000000000000000322c3c2b8a58755d9e9b51150e7dc3bcfe0f3838e81a5a6 2,228 0.89/1.00 vMB 68
424,676 424,676 000000000000000000367ac51771b9886b129fe579f5fcb940b2a2e0c0f5a6e5 2,241 0.92/1.00 vMB 63
424,675 424,675 000000000000000000212028fcab66335be548fa14f8ef0616c9d95f1c2f9eb5 828 0.35/1.00 vMB 140
424,674 424,674 000000000000000005438dfcd2729b6389433a864fdd37f22657acf0604848ce 49 0.04/1.00 vMB 51
424,673 424,673 000000000000000000b5fd0e1bfe25852d216b149470170616d4419e65f5e02d 1,564 0.72/1.00 vMB 58
424,672 424,672 000000000000000003fb1a8edf895df270f3dc13a5656b23cf9b512c4e9cf1c7 854 0.38/1.00 vMB 62
424,671 424,671 00000000000000000178062a47635cfb28c1da3824a9eefe7c7288e50d72e863 487 0.26/1.00 vMB 55
424,670 424,670 00000000000000000125969be5dc714573db42920a06fcf596e24fb51297f087 946 0.47/1.00 vMB 68
424,669 424,669 0000000000000000039a8f085c72ce38ed21e7f7514c27089a1b3bd0d94cdebc 312 1.00/1.00 vMB 10
424,668 424,668 00000000000000000150949d454d20a9cf271cf63a6fbd21b608ee231d5f526a 1,582 0.92/1.00 vMB 68
424,667 424,667 000000000000000004ad6db6f466513996645d2a6451af2f3bcca8182d9f44f1 1,405 0.99/1.00 vMB 36
424,666 424,666 0000000000000000039dd1769cfbaf02c40a2e927b0309b1cd7e2936828060f6 1,994 1.00/1.00 vMB 69
424,665 424,665 0000000000000000018fb81baddf8f77e5ee84b59b0a281b527c62c2fbd3f555 2,511 1.00/1.00 vMB 84
424,664 424,664 000000000000000001f376759c4b03a5e660c02cc840f9df0a5a295ae26e0b19 2,849 1.00/1.00 vMB 89
424,663 424,663 0000000000000000026e35b1e02457ef8b28e118521274a49f80b6c2805fba03 782 0.35/1.00 vMB 75
424,662 424,662 0000000000000000046d11802b602a397ce88d7aa54c14c347093fa88cd3c2bf 543 1.00/1.00 vMB 11
424,661 424,661 000000000000000004e6a797e04dc7f6faca6c2ea9ffba62be2a03bfc1557130 1,944 1.00/1.00 vMB 41
424,660 424,660 00000000000000000050eba3d2e0862d5fad3d61bae08d3842f9b18c06bc9acf 2,907 1.00/1.00 vMB 96
424,659 424,659 000000000000000001da23423a0e0c24d4165dcf38c7031b02bfda8671226206 513 0.39/1.00 vMB 44
424,658 424,658 000000000000000001dd3b6f9473a3b15991f1a173a9402ea3588326655948d5 1,578 1.00/1.00 vMB 67
424,657 424,657 00000000000000000423d70e743407b56600ba2f4752b29aca054b18143bd3c5 940 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.