Memory Pool Memory Pool Refreshing

1,380 transactions
0.57 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,365 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (651,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,273 256,273 000000000000001e54d7eb160c15019da95f2bf0e4a55a75339c2be02953c314 0.12 MB 253 97
256,272 256,272 0000000000000008ba72a286f0c0d7cc9f76404d6d03b1ecbceb957a896169ef 0.47 MB 1,152 125
256,271 256,271 000000000000000455fe9a0f779024be6ffb8d66e3983fbb9daf563cc2720dc1 0.11 MB 264 130
256,270 256,270 000000000000002d8e2f9179ed9f8cf3d9651d7ba23e1df5045fd53a7efb7e9f 0.04 MB 110 173
256,269 256,269 0000000000000028115e14c9c3ff53915c178d7e00483ea1d49e89e3a2f8ea1a 0.09 MB 248 130
256,268 256,268 0000000000000030064bb7a58f10d456eaa8ed4b1b5d302c0ef7beee89165195 0.03 MB 64 91
256,267 256,267 00000000000000165eab046aa4a026bc181b82d951936924c5aeb71ca394161a 0.11 MB 301 117
256,266 256,266 0000000000000024de7285b3c2414f0a16183de523ea34b0e761a4111f693051 0.11 MB 225 90
256,265 256,265 0000000000000029669d094d8730098533dace24b5ebbf53b2a289feb034444e 0.10 MB 211 99
256,264 256,264 0000000000000017393b8866299590a0cccb9fc3ec77d78f95ad1c8dad019ba5 0.11 MB 266 91
256,263 256,263 00000000000000152c20907e5fc32b0a5699cd6b3bdfdc54541068acc40c9001 0.20 MB 448 51
256,262 256,262 0000000000000004106d02bd030be7b11b09dc29bd1b814d82230a3602d71cbf 0.25 MB 672 148
256,261 256,261 0000000000000021f9c19ee0a908e5e8467a3135ca017778fa0b6fe205858e86 0.22 MB 581 114
256,260 256,260 0000000000000015f00b818ec4d3cd84c7efe492c19042e8d41aa1d88220fcca 0.11 MB 278 91
256,259 256,259 0000000000000030465e2521d48854fd32e22fb56a4d23383215eeef5cec71ad 0.15 MB 379 110
256,258 256,258 000000000000000120c0962bfabb16f454d619b081dabd5f593bdec041fdb04c 0.08 MB 196 76
256,257 256,257 0000000000000013ef06f2beede29fc3544553f88da16e56be374b98bf8378cc 0.33 MB 832 109
256,256 256,256 00000000000000294c1570b253f58ae84bb3436f27dc341e01ec98b12ffb4457 0.16 MB 385 140
256,255 256,255 000000000000002c615c4e75ed0e3cd5fdf8c784ed70f994f6b8dd170491052b 0.30 MB 686 124
256,254 256,254 00000000000000167d0798f1c90a8b032608b2bfec24e9338046f0458f889050 0.43 MB 975 99
256,253 256,253 0000000000000016f9e206d675a4806a56889b4dad5bc8101458a67caae8fec5 0.13 MB 320 115
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.