Memory Pool Memory Pool Refreshing

17,963 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (582,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,386 325,386 000000000000000016f75f93c41cc8d81d996bbef58ad98157f83ddf94c07d1c 0.35 MB 875 40
325,385 325,385 00000000000000000a7a1b9f0edf772f2190a542515243c12308c5087ce67d49 0.25 MB 456 27
325,384 325,384 0000000000000000060904e465d8465391caf2ab27de17a6d199dd2d357bc0e7 0.00 MB 1 0
325,383 325,383 0000000000000000175e0bd1fbd328fb1afd108ba59a69b84c306ecb237919b2 0.20 MB 321 28
325,382 325,382 000000000000000008c876cf3f83ad92b96e993ab45a652fde9f3bf8bfefbcf6 0.02 MB 35 28
325,381 325,381 00000000000000001ec3d27db7e01d680147b52fb7be14a1eb4454ea3216358c 0.15 MB 234 24
325,380 325,380 000000000000000018137349fdd09e1f08a7abf0577093b05cef9d51288de18f 0.01 MB 38 46
325,379 325,379 0000000000000000119080d7732a1c863115332207016cf9889de137ec38ca85 0.06 MB 109 26
325,378 325,378 000000000000000018904ecf0668fad9aca8ef94c2c6a81c0edbbe33fd804030 0.21 MB 520 36
325,377 325,377 000000000000000004fc2aee57d98651c474b943e5bbdc1a792cc0af6186a324 0.21 MB 421 40
325,376 325,376 00000000000000000fa81b0e67b4204974e8b469607a9303941ffc7ec980406a 0.55 MB 963 29
325,375 325,375 000000000000000014a075e7ce1a1bf73534ec59c670d714afc16a54c8099ee2 0.53 MB 984 25
325,374 325,374 00000000000000001a2452df4f9e3e688b91af3ffdba6b21d63ad385e106ee93 0.07 MB 124 32
325,373 325,373 00000000000000001bf7690f28c8c65510a4b1d57bbb9d922aaaf8de25b2c649 0.26 MB 430 28
325,372 325,372 00000000000000000fb1f0c3aff02e8809d6c8ba178e0227db6c0e9eb3faba1c 0.20 MB 389 27
325,371 325,371 0000000000000000124755b0f28ac81fd4d4c957c2c81d7c4eaf634e05371424 0.09 MB 177 28
325,370 325,370 0000000000000000152cbbf0794fdd338921a3f9d0d8c62f284d2a60ca4632a5 0.76 MB 999 23
325,369 325,369 000000000000000008898b7ec5ab67800a00c957a8dd12cfb0162c1d44811776 0.01 MB 19 35
325,368 325,368 00000000000000000ab2952ee0dd24d41cb64e01258e338ac93e29f7600ac4e4 0.08 MB 173 21
325,367 325,367 00000000000000001a3993bafc46927d4f4b0bba8dddfd8f93b877f76480ff8c 0.43 MB 609 25
325,366 325,366 00000000000000001cc90d27267d8bf545f976e22dc31de121329102b2f90d6c 0.26 MB 518 29
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.