Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

521 transactions (0.26 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
912,164 000000000000000000022b910000000000000000000000000000000000000000 0.26 vMB 502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,163 (627,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284,414 284,414 0000000000000001016efe3fcca4a8837873b1bca13432434cd881624c14ed30 0.08 MB 124 30
284,413 284,413 0000000000000000e87403a10de833a008eb714c20b17dfc6ee0fb3713a6082a 0.26 MB 413 44
284,412 284,412 00000000000000004312a0e1420ef18fe99d6dca9b2f2651cff987691f57acb3 0.00 MB 1 0
284,411 284,411 000000000000000023d050f1e7ba9641742508121a652e958e3f41def0ce2102 0.06 MB 100 45
284,410 284,410 00000000000000007550202ee156af5ce7852ec014a8c2c2fd5dedce8c155cff 0.23 MB 229 21
284,409 284,409 0000000000000000eb734f611b5f0164cc9824ab0bab2e8d9889d7e052a257e4 0.25 MB 546 56
284,408 284,408 00000000000000011dbd0da9a9b7158617e6f5974f13136e08e0c418505aea67 0.22 MB 228 22
284,407 284,407 00000000000000014f78ea4a0a1c43fdf5816e7257ed9efd026940a9af90b059 0.35 MB 817 57
284,406 284,406 0000000000000000a70314eb59929dfc13409524c34f9162fe565de556396b0f 0.13 MB 196 43
284,405 284,405 00000000000000001809d00717b011d9d6b804618b907538198c205c899b9158 0.05 MB 55 25
284,404 284,404 00000000000000011859660eb160b6c4cf5815fdf6035ff04f01fbd5f04b281c 0.22 MB 271 34
284,403 284,403 000000000000000062b4921b5cbc8eca6f32ef1a0dc2180633c629c0e037fb3d 0.12 MB 91 24
284,402 284,402 000000000000000019f056c0557498142c2cab0534152156ea68588b50235d1d 0.25 MB 557 38
284,401 284,401 00000000000000019bbe556f2c6f6734656234e00ca5d718bca8177d4da9242e 0.05 MB 50 19
284,400 284,400 0000000000000000dac93e41b02cb856e1cb56ebecdf0840301381be1f80a414 0.05 MB 137 60
284,399 284,399 000000000000000051db71ebebeaf9fd5c3b979d25855e0fa8b6b0f5b5bb6d74 0.00 MB 9 53
284,398 284,398 00000000000000008904667f3f378869189f054f9b887d3e318b831ee13d595f 0.22 MB 424 42
284,397 284,397 00000000000000019363be9b84fe1f3abbf10bb39e2c2cc1a4f285bd3bcd5eda 0.32 MB 450 34
284,396 284,396 00000000000000018dc4924d4cae4b41f0c2e983844ba775277751db24b17529 0.09 MB 129 23
284,395 284,395 000000000000000110cc90b1c3ff5a0e1c57274d7ec498ac232594c5b4049853 0.01 MB 25 39
284,394 284,394 00000000000000000732756b61cfa7cf43ff6ba0b8188ddc62784fead3e9b442 0.09 MB 131 38
Previous 10 blocks ↓
Total Size: 777.39 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,527.36 GB sent, 135.32 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.