Loading Tool

Explorer IconExplorer

Memory Pool

41,799 transactions
30.40 vMB
0.06959784 BTC
Random Selection Loading Transactions
Max Size: 154.19/200 MB

Candidate Block

Mining Attempt e6a608ee168576515cbc08c2aafc15fe9391a9ee511b37f2b294f18625e5c4cd
Version 20000000
Previous Block 000000000000000000006714c3d7dc50e84391981f67170adb5c2d01c46a6280
Merkle Root b967a4b6bd6529802cca8289b2f5972fa1bde125c2e25b0fff20961e9de544a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,471
Size: 1.00 vMB
Total Fees: 0.00887676 BTC
Feerates: 60.16 > 0.89 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,465 (421,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,580 492,580 000000000000000000bedcfc9fda4dd7944b26f801e8351bdabd6375e087c627 2,067 1.00/1.00 vMB 193
492,579 492,579 00000000000000000077078d7095f44d8272d18be79a43bc9a2fdd984fbd985c 2,124 1.00/1.00 vMB 191
492,578 492,578 00000000000000000074b02c97d4c3b9d4fb5e525516b842f1f4e8a3c0601641 2,021 1.00/1.00 vMB 227
492,577 492,577 000000000000000000139ba6d573ae8294c4822a457d609dbf8961402364e46a 2,672 1.00/1.00 vMB 205
492,576 492,576 000000000000000000190fbedb1481345bf945b3f0b78c89ee8d2dda9c5d80ff 2,359 1.00/1.00 vMB 269
492,575 492,575 00000000000000000024672cfbd9bcd7dd6bbdda68d7a90b1ea977ef42c5b7f8 2,787 1.00/1.00 vMB 203
492,574 492,574 000000000000000000be3a340d378d6f81a2644cfc78cf7d5e07e41c297fa876 2,233 1.00/1.00 vMB 251
492,573 492,573 0000000000000000008966711afcdee5fcbabea63db42942217d9b53bb199212 2,416 0.94/1.00 vMB 282
492,572 492,572 000000000000000000ab2271a1b2cc85c11faa259200b054c6c5caa4a5fc7352 1,702 0.70/1.00 vMB 223
492,571 492,571 000000000000000000484fd6be40419a8979d6f7a0682fe5e991b2e286ff7432 2,183 1.00/1.00 vMB 264
492,570 492,570 0000000000000000003460a715068d05e36677576f51e74ca6752d7af2c20e18 2,235 1.00/1.00 vMB 206
492,569 492,569 0000000000000000007a57956183e2f08d67b89ad2f9414eabcf2d7260802886 2,529 1.00/1.00 vMB 263
492,568 492,568 0000000000000000007688eaf4b1adde10baf221166a709b93044b998a9a0ecf 2,323 1.00/1.00 vMB 257
492,567 492,567 00000000000000000023451d48121149fe3047e4c98d39455d07136a1f83283a 1,722 1.00/1.00 vMB 238
492,566 492,566 0000000000000000001b63422a03477f368d6b071105e15707ebbca3106d5e66 2,532 1.00/1.00 vMB 213
492,565 492,565 000000000000000000355b4701129a311ea26a2031a4bda1ae33cfab6b206002 2,648 0.97/1.00 vMB 295
492,564 492,564 000000000000000000029546bb5e19a933b8abe4e403fca6bea06c6c6d283374 2,329 0.96/1.00 vMB 227
492,563 492,563 000000000000000000bb053911c68fb8be3fca33ac1ec98d337761e49ba8f995 1,694 1.00/1.00 vMB 221
492,562 492,562 00000000000000000086e55bd6c3b9cb128900b0a38751e76f857ca877dfeef7 2,697 1.00/1.00 vMB 266
492,561 492,561 0000000000000000007cfeb7f15e712a49f16d6edcc6d5e274d0ccefa425404b 2,319 1.00/1.00 vMB 240
492,560 492,560 00000000000000000020d688691f08a1ff452f3852721f70c83f777445a423aa 2,503 1.00/1.00 vMB 250
Previous 10 blocks ↓
Total Size: 781.43 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: 610.02 GB
    • Received: 10.69 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.