Memory Pool Memory Pool Refreshing

1,326 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,318 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (904,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,348 3,348 00000000e631ecab0838f8b18766013337eeeb0004cfe718483777f50f062cc0 0.00 MB 1 0
3,347 3,347 000000004e77aa6cc95fb1b775671d07b1fed4f470c66e86f1b9b39770f5fa71 0.00 MB 1 0
3,346 3,346 000000006be552db28deaa17365da062c1c82d22b03ef060d58b27464c868a2e 0.00 MB 1 0
3,345 3,345 000000008f663714de2265ecff8386ee55bc278abf3c7fa9911c57d6f12f60bb 0.00 MB 1 0
3,344 3,344 00000000cde4ff7b7d4f8b1dcbc0b3a2dc3bf3754ef9f293dc38fb30653e6a9c 0.00 MB 1 0
3,343 3,343 0000000010c70a34bfdf218dde3594d574bed31483c28c954fd140b41037743c 0.00 MB 1 0
3,342 3,342 00000000d51042239d9dbfe214a29c85f0e17ad84a1ff55f2194b545f3c4be4a 0.00 MB 1 0
3,341 3,341 000000005f769a80286a09a6c2e630dd437442fdfd877e0076a6b077a6e1567b 0.00 MB 1 0
3,340 3,340 00000000ffd27d3cd7323dfb9cfda5fb363cbfe283e7fb248a5bdab693055a60 0.00 MB 1 0
3,339 3,339 0000000007d690176bca8d3638d5907c4806f04fc88bbc2f28db8162fa10e995 0.00 MB 1 0
3,338 3,338 000000008c6c7842f13d2ab7712a437e6755787feaf61b1baafcfce8ced1e28d 0.00 MB 1 0
3,337 3,337 000000009cd2022b5209ea9f0988b8a599cdb3aa897b30b7c0cb50bdf07e839a 0.00 MB 1 0
3,336 3,336 00000000320110c4f08cd2b28ff27d541ef926aaaf2a6a0c08e9b336867da8a2 0.00 MB 1 0
3,335 3,335 000000003cc13c075db46335d860d9e7eb559157d0a7696675799979363c7c39 0.00 MB 1 0
3,334 3,334 0000000012c0d2d7bdb9f16c2fef39bec4b7fc84e117e21d7a8aed23e444fc9e 0.00 MB 1 0
3,333 3,333 00000000c792e56146dbddad10fd6291486bd905b14992e54319f08196d88da3 0.00 MB 1 0
3,332 3,332 0000000029dd23371637ffe40c2121b5bb246492e3595248f754ea461ac433b5 0.00 MB 1 0
3,331 3,331 000000008ee77e89497155b486b401f7024a071124905621a04d94cd14274e4e 0.00 MB 1 0
3,330 3,330 000000000035f4cce8ac52847b6618f8bd3f53d501dc6a006839a0963a8f6f6e 0.00 MB 1 0
3,329 3,329 000000000facf3d80ce6b133c757b7080454e83120539a962d4939efa244dbc2 0.00 MB 1 0
3,328 3,328 00000000f2588bc7c3a6f0bfd86dea3b1d89cfa40e7e1de541107f643675a5d5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.15 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: 1,632.63 GB sent, 93.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.