Memory Pool Memory Pool Refreshing

10,359 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (569,226 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,499 338,499 000000000000000017ad615b1d1b239eed4262a270bc2f7ba21b45b661824c0f 0.75 MB 1,634 27
338,498 338,498 00000000000000000bc7e69de9a4b4b86a00b455ff6109bc0debf04de9a10f2f 0.75 MB 1,528 17
338,497 338,497 0000000000000000176b465f223389710b73bc35ad34cf7fa37b2cdad89ac709 0.00 MB 1 0
338,496 338,496 0000000000000000139d7e1eba5c3b42e54c6f3d449175236d3d2948a6fe9294 0.75 MB 858 18
338,495 338,495 0000000000000000151f49d2c265d65e44d1fc165d499f83ba2fc8a6d62f4fdf 0.27 MB 817 41
338,494 338,494 000000000000000000ae3c43580521ea68248587423a384910d452a3b7a1e5c7 0.35 MB 867 30
338,493 338,493 000000000000000003f946832eaa6d8eda4023a3974b60584334822838ef093a 0.49 MB 887 28
338,492 338,492 00000000000000000517508679437aaaa5ddd47a79e8838c47f99b9455cad8a2 0.14 MB 306 24
338,491 338,491 0000000000000000120ae8f12b145d3a76332f900d2b69b6afbed9d1c7c7c433 0.10 MB 174 22
338,490 338,490 00000000000000000bbaebe84d3f9126488768e0e1d9294623b11674bb96c153 0.06 MB 73 18
338,489 338,489 000000000000000017096ec7e2a2a9f59d79d1023393587aa823353e7d85acea 0.04 MB 66 20
338,488 338,488 000000000000000008cbc98c420bb99e53028afa3f3ae92062624bde3615a389 0.53 MB 418 14
338,487 338,487 00000000000000000ecfd5f239daed745082dfec4d9724015566eebeaa3c7260 0.70 MB 269 11
338,486 338,486 00000000000000000353df4488b8b28485b92504b84090830a81cdf1d203c3ca 0.35 MB 729 26
338,485 338,485 00000000000000001103c47d69fa81a220e68d3330379c945db0862783e1f585 0.49 MB 987 22
338,484 338,484 00000000000000000bc356cbef0c5a09be1df5bec59193450a9a2a9ab00103ab 0.19 MB 314 21
338,483 338,483 00000000000000000eadee5e6fdd758473d23ac35361b7daecf9eaf611163f77 0.11 MB 252 23
338,482 338,482 000000000000000014654dc326a1c031ff93906012b02f25ac7ee4b5c2641a3b 0.18 MB 260 18
338,481 338,481 0000000000000000130098f7a13ee2f8c0887be6be005fda6913c622de2ab051 0.23 MB 380 20
338,480 338,480 00000000000000001b03c7626a41552906cb4a2464223c345e3e28489f8142a6 0.16 MB 225 19
338,479 338,479 00000000000000001a55472fd3cdbd9b1cbce65fe9a96044e44c996bfb4e18f9 0.14 MB 295 24
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.