Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,331 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,189 000000000000000000022cb30000000000000000000000000000000000000000 0.95 vMB 3,306 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,188 (600,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,268 310,268 0000000000000000291e386fd7cf39dc6865029df96d1378c072bf92a8ff656e 0.50 MB 787 27
310,267 310,267 00000000000000000f7dc2e1a05cf912140a08051be102f0833347df999f0015 0.17 MB 348 25
310,266 310,266 00000000000000002d07faea2bd7199d94016e40fa220e315029ed7e10e26ee6 0.50 MB 446 17
310,265 310,265 00000000000000003a9d9306afb41e2b8293d281c654f433a5f33c37792f8e0e 0.25 MB 251 16
310,264 310,264 00000000000000003cfc1b6f5a4f5b2838a79f52cc051975b5d62b9620ef7ec2 0.75 MB 1,907 39
310,263 310,263 00000000000000000edd755e9aae33299257ca4be6036ad00704ada80a6cde1e 0.38 MB 594 26
310,262 310,262 0000000000000000196e1e8a99c4d2f5610e2153072ee4a12024c91b516b2ddc 0.21 MB 334 26
310,261 310,261 00000000000000002bfc18f82b9320b300c96cc296a2ce3712f1c17a89412dd9 0.65 MB 936 26
310,260 310,260 000000000000000012ffbd51502187232b7d7462befebfc8bfb68826450aa00e 0.07 MB 44 12
310,259 310,259 000000000000000026ab043eddbdae4d3fa54bf444fcb79bc8e6e72b0c57b853 0.55 MB 985 30
310,258 310,258 000000000000000033afc9721aa2da23f6d24e59990113b5e954f31f444fdfc4 0.30 MB 513 28
310,257 310,257 00000000000000003667fe6f23d05a1f890b9101e5dff5a160488be84b56a96d 0.09 MB 184 29
310,256 310,256 000000000000000012331dfc33739acabc1c6a2e7f748886ded6ae3d21e5070c 0.72 MB 1,160 27
310,255 310,255 0000000000000000375954cb133be7acdcbc797665b8aadabf37f346cc5b9b0b 0.09 MB 201 34
310,254 310,254 000000000000000031c3bbfeff3c4e01865f92e2495b7c0c1c486249ed2f4c18 0.71 MB 1,404 100
310,253 310,253 00000000000000000053a634e8e7903ec258268c050802e0adb570c033aae2e2 0.65 MB 432 15
310,252 310,252 000000000000000020b62cc650fa1e8b0bd73dbcae65a81c03cbde5c81972607 0.75 MB 1,597 35
310,251 310,251 00000000000000002847f5080d2d6c605f10920d5730b12767c2d2b4e4aafb79 0.75 MB 1,141 26
310,250 310,250 000000000000000008b1689738a6531213786b9637670b2b8d67c9fa87421b91 0.75 MB 1,713 79
310,249 310,249 00000000000000000cdee94ffea7cb7537c8d69d30b184df52306982bbdd4545 0.38 MB 676 32
310,248 310,248 00000000000000002047b5f7f5106f4469c7ed66d1b3e56a988e4da4f35ec63f 0.20 MB 330 26
Previous 10 blocks ↓
Total Size: 775.59 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,376.10 GB sent, 126.75 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.