Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,244 transactions (0.87 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,051 000000000000000000022cb30000000000000000000000000000000000000000 0.86 vMB 1,203 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,050 (636,466 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
274,584 274,584 0000000000000000091249b3442c6fb6b0f42bb94f81bb70d71ece5cca53970e 0.03 MB 38 26
274,583 274,583 0000000000000000108770cb802e018ccedc002b0e3201cda898697681f76ad4 0.03 MB 66 46
274,582 274,582 0000000000000003ba7be1707f3f7eaa2cfe36b74e6834d6723a977159c54261 0.09 MB 167 45
274,581 274,581 00000000000000042e5506f4e977d2dafad852131587d3aab28757035c49f1a1 0.01 MB 34 41
274,580 274,580 0000000000000004a28236bf4cd83482b7bb93cd901e58f1fd6b9f166ea9e806 0.05 MB 118 37
274,579 274,579 000000000000000336c5452db364f0a812e6488466c50713a8c4cf7d172b9272 0.07 MB 188 51
274,578 274,578 0000000000000003114359b460f461606d30f4bdf3ce771e578c0181a01bf1e2 0.21 MB 162 22
274,577 274,577 00000000000000000483283e2cf7a947acdaa09cc6a62573034dda19f86c1708 0.25 MB 495 60
274,576 274,576 00000000000000034d94e68ad9dbc453f6b9a764cf350e17c204e3b260afac76 0.11 MB 218 53
274,575 274,575 000000000000000431254537d11cd62e3006258e16f806f1b881dde449244d2b 0.19 MB 353 57
274,574 274,574 000000000000000232ab7a9722f291cdd1629a9329486c97f79b2a62a3e1c4bd 0.07 MB 134 35
274,573 274,573 000000000000000187c9b8fa7cc2e75caec76e9acc36118a4e5a6ceae1eeb6e1 0.08 MB 226 72
274,572 274,572 00000000000000034346f0fb5c815e5964e4f9a404007273239798f7c888afa1 0.04 MB 90 34
274,571 274,571 0000000000000002a45f128e38af652e5b1ca27ceaecb03ce3a0e14167e9d3e7 0.00 MB 7 88
274,570 274,570 00000000000000028d9f0ed77cba056970c3883ef0be9515400b1a2757ca406e 0.03 MB 45 13
274,569 274,569 00000000000000038655a6ee761ba6c1e19605b5a23d3988b4885c4495440b4e 0.38 MB 706 45
274,568 274,568 000000000000000372da24b95a0cf49096c5cea76e23f4d49ee8c4e45b6d7760 0.10 MB 92 56
274,567 274,567 0000000000000003176b1278aa61715d1cff48e0b4b17f250f339f01774dbdb9 0.25 MB 398 38
274,566 274,566 0000000000000001ff8dd90fcef835fa0ad60256d7f84eeff10c6b529fffba5f 0.08 MB 184 47
274,565 274,565 00000000000000010e6d758422a8382d82c75895f74b884c6845e7ceb98eac40 0.18 MB 413 70
274,564 274,564 00000000000000031fab0464e9c657b73925c8b602c20cf392fc15ed9f603b31 0.07 MB 177 55
Previous 10 blocks ↓
Total Size: 775.33 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,363.15 GB sent, 125.47 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.