Loading Tool

Explorer IconExplorer

Memory Pool

86,225 transactions
31.42 vMB
0.20493343 BTC
Random Selection Loading Transactions
Max Size: 190.70/200 MB

Candidate Block

Mining Attempt 27353b0701e37e35223d0a6ce3dcbc7961924d58f4ae55705f94156859dd453a
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root b7053e285b2bd5ba5e730a589a9fa4814ba771d11c5b07015d320191bb2c38b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,635
Size: 1.00 vMB
Total Fees: 0.10388025 BTC
Feerates: 502.67 > 10.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (160,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,690 754,690 00000000000000000004d4f8c8930654c49779ac39a8bb44c205c251c2916e5d 1,229 0.47/1.00 vMB 12
754,689 754,689 00000000000000000007650845093ef33b5a36e5129d0bae15af1132a6e449ab 271 0.39/1.00 vMB 3
754,688 754,688 00000000000000000008c3e964e7f77efd831a5156173d967c1abb2fba5fd420 1,634 1.00/1.00 vMB 16
754,687 754,687 000000000000000000040d7a2b9af5774b8eee32bab86335ed6bbceea91e3640 1,172 0.84/1.00 vMB 11
754,686 754,686 00000000000000000005c02c77a8cab25153eb40cb29c96f13c46afc8697ab5a 1,938 1.00/1.00 vMB 5
754,685 754,685 0000000000000000000415f7e5ee3f4f53d7d9266f1fc7c7eb839b67d8cfc8ec 3,361 1.00/1.00 vMB 19
754,684 754,684 000000000000000000029055430fa46260f60159b9502169d9d367b031107526 2,425 1.00/1.00 vMB 7
754,683 754,683 000000000000000000031f4342271fa64a9e5006d7f08c384212d6250df67cd0 3,147 1.00/1.00 vMB 19
754,682 754,682 00000000000000000001379f1a78af7a817b98a128b0d3fe86e3abbd99f6e539 2,980 1.00/1.00 vMB 24
754,681 754,681 000000000000000000049544aaa6940dfa7c7cfb8dc14a0939854317e0a78f9b 596 0.18/1.00 vMB 14
754,680 754,680 000000000000000000050c2ecf27c3ec675eb57759b1f73f904244179e467987 2,764 0.87/1.00 vMB 4
754,679 754,679 0000000000000000000806a0d021777435659dab74cae3e43c4ad1c9c31a5dda 3,206 1.00/1.00 vMB 26
754,678 754,678 00000000000000000007dfa33fb0929cba4c19e7c88194e30e0a907bf5e4fac3 1,870 0.83/1.00 vMB 16
754,677 754,677 00000000000000000007ae8b59e34434b8959f681426673024d56395c7c3e13a 1,023 0.76/1.00 vMB 7
754,676 754,676 000000000000000000017ad7f77e95d38df7927e09893b8412c3ec41ae2bb717 834 1.00/1.00 vMB 17
754,675 754,675 000000000000000000082e9f407b67d71bbc35c0c23e8d14f8c2a73536b9e256 18 0.00/1.00 vMB 22
754,674 754,674 00000000000000000003a48d96917e8add5fa61d508145aa48f94bc9476dcbe4 2,074 0.74/1.00 vMB 11
754,673 754,673 00000000000000000004ab79935a6f15b01eda97fe788cb84cac6c1a01f46b98 2,981 1.00/1.00 vMB 14
754,672 754,672 0000000000000000000154a22a86bc8373bdee62c67e811b719010886ea05b94 1,584 0.59/1.00 vMB 9
754,671 754,671 00000000000000000003b91e77d70df6ba38cb11e25119305b3624f75ae29bc7 1,222 1.00/1.00 vMB 5
754,670 754,670 0000000000000000000576a5e27c6fc85eb84afde5ae068e7ba651b6d98194a2 1,087 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.61 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 671.93 GB
    • Received: 16.07 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.