Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,729 transactions (0.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.80 vMB 2,711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (892,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,280 19,280 000000008c1b9b7b6a854b391f1da396efdc467937a05c348e7cbef4aa027aa0 0.00 MB 1 0
19,279 19,279 0000000099b32edc475ce2343ab941351b686a4ae2b59c7289310b6633b96170 0.00 MB 1 0
19,278 19,278 00000000da52fcff05994f3c684736de5009a7f6e8447a0c3bcfeddb2409f147 0.00 MB 1 0
19,277 19,277 000000008a012ce617628101b4515e7d3b0738d18595c111daa4323dd9be4074 0.00 MB 1 0
19,276 19,276 00000000b46cf5ba06a0d0d118127ed66864da1fd49961cae6c058290c5c83f9 0.00 MB 1 0
19,275 19,275 00000000b943361ab83aeb298ea4bd1388e102f34777f4f0adf34410717985da 0.00 MB 1 0
19,274 19,274 000000000b7c684924598045a83a893e0b54551899446d003cedfbf8a06794e5 0.00 MB 1 0
19,273 19,273 0000000042b3c824943c96ca95ee952a9289a78f339e59e171d2f7cdc972ac34 0.00 MB 1 0
19,272 19,272 00000000741caabd323f543f765d3e7f43aa3a59b446a9ff125fadc5d78d3e2a 0.00 MB 1 0
19,271 19,271 0000000079c0e1ce066c655ca00418da8bcfe323c25fd8ad79b415d900a12446 0.00 MB 1 0
19,270 19,270 00000000ce7ff7fd63639ff47ac630c408e2ebd24c983884e71a0a0a4bb3cc36 0.00 MB 1 0
19,269 19,269 00000000ac70c0c7caea52ec341bde8e2b13b6d64e137f81e5f672985fd564f6 0.00 MB 1 0
19,268 19,268 000000003c42ffe84b61d97ade9d862d76c4cb5688d5b3610254a74b5042cfa0 0.00 MB 1 0
19,267 19,267 00000000d7fa3de0ad016e5a33a6c321b2230748ebdcc692b45d19cd6e4eb534 0.00 MB 1 0
19,266 19,266 000000000e6a6960782148c42700590675a9294e05dfaf2162bae2d69f714991 0.00 MB 1 0
19,265 19,265 00000000b55b7a8e8df3ac58d5c164bed3e12a8811984fc05b836ffa06b64f32 0.00 MB 1 0
19,264 19,264 000000009009f16652dbef9c3286c33a93fc987f0aa28f4e80419b91b312a167 0.00 MB 1 0
19,263 19,263 000000004f6aec3e7902b0871a9b898e5de1c506db48ca4234d9ae9752334410 0.00 MB 1 0
19,262 19,262 000000003d64b41349eac6cfe622232a56938e8b6d7897e0cfa1fc3c5d8e4bc2 0.00 MB 1 0
19,261 19,261 0000000003ef883539eb8b4ea12093ea11da1052b948d1a32c8db101facdb1ab 0.00 MB 1 0
19,260 19,260 000000004b75ee6b07029cb69d0f5f634050bebc0332deaec229a77530a39d63 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.80 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,468.79 GB sent, 132.54 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.