Memory Pool Memory Pool Refreshing

7,692 transactions
15.40 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
895,939 000000000000000000025ced0000000000000000000000000000000000000000 1.00 vMB 2,381 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 895,938 (560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,378 895,378 000000000000000000011aafc8689fad501df314cdc9fe3f910a4b813410744b 1.70 MB 2,810 2
895,377 895,377 000000000000000000000996142c7174974c2e7bbd401ad7fcc84ee6a52661ef 1.47 MB 2,571 2
895,376 895,376 00000000000000000000470c6d356d6d8a4613f8e8703cb17ba6bb43c820fb12 1.57 MB 2,748 3
895,375 895,375 00000000000000000000cbf2fb590883e376b530e63339cc6892dbfd7bb3b98b 0.56 MB 981 2
895,374 895,374 0000000000000000000137a8fc8a3b0ea6d62f21b8bcfbbb790dc0ce377095c6 0.56 MB 1,316 2
895,373 895,373 0000000000000000000214b4ff0ef24933002a46deaa9e671fba5f2c5bce98ff 1.48 MB 2,643 3
895,372 895,372 00000000000000000001db0c23c1a3be5920b8d2a9c3484abf0f430e73b0aa47 1.04 MB 1,214 2
895,371 895,371 000000000000000000021cba9bd284c8e213d5b2cf37aea6fb0df446460f3964 0.03 MB 91 3
895,370 895,370 000000000000000000004f34802c8e586c453fb9692e47f2069c9b4bc2e70426 1.05 MB 1,766 1
895,369 895,369 00000000000000000001656350cf9679ecdfe323af6eae85261bdeac323832fa 1.49 MB 2,849 3
895,368 895,368 0000000000000000000135f413b58383d420b69bedb8189d2924c7ab63fd50d0 0.73 MB 1,132 2
895,367 895,367 0000000000000000000021337e4b230d2f0c4fa11beed4f8d1fceac1a9c4be95 0.23 MB 422 2
895,366 895,366 00000000000000000001a3ed63ef29c5837cbaf37d84858a887d06d0856e8985 0.06 MB 150 6
895,365 895,365 000000000000000000017f773145159bea066970b119ed7234af78e778fa9161 1.40 MB 2,937 3
895,364 895,364 00000000000000000001d5979a2ee85694338aea7d3d7dc0523f5853c5c12d09 0.10 MB 244 3
895,363 895,363 00000000000000000000dec05b5de80734b1ec99fa8f1a0dc9ce571b97a639b6 1.61 MB 2,731 3
895,362 895,362 000000000000000000019a282ad28080a9fdc81dd209c608646f3ef942f34a14 0.06 MB 122 3
895,361 895,361 00000000000000000001ad8b2ea20c0250b5501608e6c5a5ec93860737987d29 1.42 MB 2,172 3
895,360 895,360 000000000000000000008e56d2e5e201344adeedf1bfa104d9783682a13e32fe 1.12 MB 907 1
895,359 895,359 00000000000000000001400b6084896ee1f5d3cca8adf37fff9c9acee4873b83 1.52 MB 2,782 3
895,358 895,358 00000000000000000000bd63848a6026cae37350ccb3314d93e66a9e55af0f4d 1.77 MB 2,634 3
Previous 10 blocks ↓
Total Size: 748.63 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: 513.65 GB sent, 3.06 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.