Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

463 transactions (0.14 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,327 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,326 (173,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
737,498 737,498 0000000000000000000287e4f3f1f78dd67fefcb9fde4f543f95c64a2500bb2c 0.25 MB 519 14
737,497 737,497 000000000000000000007baf137f4c9a82e9124292aca662eb3a0e1fa6185216 0.41 MB 668 12
737,496 737,496 00000000000000000007f0ca38027efa15f01f99beaf24516f5f14ee2d936c3a 0.20 MB 475 14
737,495 737,495 00000000000000000000afd962f20169f30465624e913c924d31d3c4a8e96457 0.38 MB 627 12
737,494 737,494 000000000000000000010ae0decfcb96adc49bd53fa99604b5b17049231ed111 0.62 MB 470 9
737,493 737,493 0000000000000000000121a127371f15fbbe78a393fbba45b279d6e75facc625 0.25 MB 553 15
737,492 737,492 0000000000000000000503bce24a1ae2e5b89fc3223e01119b174982b0e33460 1.34 MB 1,661 10
737,491 737,491 00000000000000000002b36f6ca16c552a28e4ab0e38d521ca7e4977ea063b9b 1.53 MB 1,490 12
737,490 737,490 00000000000000000003ecc493efefa48b80556ac880df513eab8431501f67ef 1.33 MB 986 13
737,489 737,489 000000000000000000059e40b7a976009d34fc461dcb057ee228be78d593e88b 1.64 MB 3,159 5
737,488 737,488 00000000000000000004eeb1b92d04a1c70167097dc3b5321c6bbe13963c8dfd 1.42 MB 2,984 17
737,487 737,487 000000000000000000034430697daf1ca577daf326a75e29eec3cc8f839c78b1 1.37 MB 2,859 19
737,486 737,486 000000000000000000035da1ab789acb4e581bf5fe10b8596d1734ab4fab4c96 1.40 MB 3,059 24
737,485 737,485 00000000000000000008cd71bfb46bc21b56d0751894ffa10385872c5566e2db 1.68 MB 2,085 6
737,484 737,484 0000000000000000000468798379a2acbb816e1827d3f67d61bf827b7ae0c63b 1.33 MB 1,588 15
737,483 737,483 000000000000000000049869bd53699b6fdec97cfdad133a46b4f8b669953397 1.34 MB 2,334 18
737,482 737,482 0000000000000000000498fb18b7648b0f80e1c7cc21ca3866d9e76106dd283e 0.15 MB 272 11
737,481 737,481 0000000000000000000136109746628ddc853fda9e21bf6ef8118b8d2baa90db 0.68 MB 929 5
737,480 737,480 00000000000000000005aab5a65d13d362a2e48650b744a02c2b984ae1c239d9 1.62 MB 2,178 10
737,479 737,479 00000000000000000005a54adc40b9c3d522a0db72ec364bc7e03215f162475e 1.63 MB 2,733 10
737,478 737,478 000000000000000000026d686955b8394804ca69704c96ed1d2f3a90fb62992a 1.98 MB 717 2
Previous 10 blocks ↓
Total Size: 775.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,399.73 GB sent, 128.05 GB received

Notes

  • This page updates every 5 seconds.
  • 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.