Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,060 transactions (0.73 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,924 000000000000000000022b910000000000000000000000000000000000000000 0.73 vMB 2,054 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,923 (317,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
594,352 594,352 0000000000000000000bb4d2660dc6f3eea2174cb3425795dda08c02ab3a2a7b 1.42 MB 2,359 42
594,351 594,351 000000000000000000046c5658264d1496804703e8097beb62bb92c601d81f9f 1.39 MB 3,211 50
594,350 594,350 00000000000000000007a5f58df448b6cb4ca33627c7af62929d6b63f23afe5e 1.27 MB 2,147 28
594,349 594,349 0000000000000000000199ba2e4d91d010799411bcafe6ed8eec113b3790c54c 1.18 MB 1,418 37
594,348 594,348 00000000000000000007ff385f65f2a65b34138ca37d0ca24103cce3f031646d 1.04 MB 1,081 77
594,347 594,347 0000000000000000001316c989bb1c5492d809073659048651a842f2abc092cb 1.32 MB 2,543 55
594,346 594,346 000000000000000000193f8d3d7446ffd52408a658d652af20311ad78ce4cd5e 1.27 MB 2,280 27
594,345 594,345 00000000000000000017bbb30316c52018e2e12e99777edb44cebbb25499a212 1.29 MB 3,526 22
594,344 594,344 00000000000000000014bb1e1703581ef4b67776e86eb05d278a5e3371b54c30 1.29 MB 3,211 26
594,343 594,343 00000000000000000001321db082c124045fe6e048cdcff2f9db2903c8d796b5 1.28 MB 3,199 27
594,342 594,342 0000000000000000000b5744a647e368dda90b5904931069ef96e06cab65c924 1.17 MB 2,770 19
594,341 594,341 0000000000000000000ec79b6e0e34303fcc9da230e612ee3c58d97515dbd5ef 0.35 MB 797 21
594,340 594,340 0000000000000000000f7be226669bb73505f11678dc57ac03933cee43d1bec9 0.17 MB 402 18
594,339 594,339 00000000000000000011c051f32a03df3b59d83d0a46fc927205724ac120f2b2 0.27 MB 713 24
594,338 594,338 0000000000000000000974ee522bdd1c7e7e3c1bf4e17d56d623b697a6b5ff16 0.00 MB 1 0
594,337 594,337 00000000000000000018d88cc164fb9530d0611f4fe959461bbfcf9a90e1962c 0.27 MB 737 25
594,336 594,336 0000000000000000000495c7d0350ef56f8b45db42615792eed60dfed4572017 0.75 MB 1,490 18
594,335 594,335 000000000000000000079c02ac8a00bb718955fd0bb2a0712f1dc1ef9362e81c 0.72 MB 1,528 22
594,334 594,334 00000000000000000013be700bf67cb7e5c37ae4151852bffc7dfedcd862effa 1.21 MB 2,702 20
594,333 594,333 0000000000000000000efba24c75d2b48ee3a5887b9377d7f1eebcc42c4c5362 0.83 MB 1,691 20
594,332 594,332 0000000000000000000d0813959db3ede80e79efc14aa6c0d245020c28dc6926 0.88 MB 1,909 22
Previous 10 blocks ↓
Total Size: 776.95 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,487.47 GB sent, 133.19 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.