Memory Pool Memory Pool Refreshing

1,397 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,383 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (193,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
714,352 714,352 00000000000000000000e5f3e2d84ce647e2cb2f9daef5adefcdc4426c815651 1.49 MB 1,595 12
714,351 714,351 00000000000000000000a15ad8abf142081f31bb12bd3417f1def8a6e0d5b028 1.28 MB 2,052 19
714,350 714,350 0000000000000000000795d416472f30b0f12a9ebbd4427f7ed0794fbffc319b 0.91 MB 1,273 18
714,349 714,349 00000000000000000004413abd6d486ebcc7169fb4a65d3fbc03eb3348f6e78c 0.82 MB 1,283 12
714,348 714,348 0000000000000000000acfe8f44500db860f4084b26ad331d7a843949ec7a2b8 0.61 MB 792 8
714,347 714,347 000000000000000000040224317f2797da33e7826b32603d754c7ce1c92483ab 1.40 MB 1,794 4
714,346 714,346 00000000000000000006663b81f4a8d30e356fb54793e827637eaa777cb82ff1 1.44 MB 2,729 11
714,345 714,345 00000000000000000003d17221e6a482ac0752db32f6ba72e303f2ec43edd99e 0.33 MB 299 7
714,344 714,344 00000000000000000008d8f64c10a348e62c67618d3529f66f064efaf8ba6e19 0.17 MB 286 10
714,343 714,343 0000000000000000000529e3336e6ae6cfe940d1051a288e70ec318b4bc41bb0 0.00 MB 1 0
714,342 714,342 00000000000000000004f691acb7706f0a2709c6c44dd99e75af4cf21442c6ac 1.56 MB 1,173 6
714,341 714,341 0000000000000000000931bcd36763d45c398f04712b9b2aadc053d83938ff6a 1.77 MB 1,316 6
714,340 714,340 0000000000000000000832dbfd34e6f49b3bded4f60adfe68a9d52888a7ef223 0.23 MB 435 10
714,339 714,339 0000000000000000000b1e4bd8fea118320756d567b61011901bf3c933836b20 0.19 MB 188 8
714,338 714,338 00000000000000000007a066124eb6cc92125a81ccd87caade95bacb1aadbcd4 0.13 MB 243 8
714,337 714,337 00000000000000000007563e9df5af859154035a05ed37a4baff1ebb94a5ff2c 0.72 MB 1,133 10
714,336 714,336 0000000000000000000174fb6ea97a2c06d6f7b9d948d181d5d2363a519a1f5e 1.03 MB 1,815 11
714,335 714,335 00000000000000000001d3207c9f66af62b51190d671cf0945f6a8cb648e60d4 0.22 MB 594 14
714,334 714,334 0000000000000000000b225844daf4da68c7733c6b612b94d2df0ea52bb6fd33 1.09 MB 1,947 10
714,333 714,333 0000000000000000000851fe7522d5916dda2a258cc57e3da7c96e95e60e3940 1.12 MB 512 2
714,332 714,332 00000000000000000002f14028d66ea2ad6a228979e1dd70667b5c63b61c6a35 1.70 MB 1,533 2
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.