Memory Pool Memory Pool Refreshing

9,228 transactions
4.27 vMB
Show Random Selection Loading Transactions
Max Size: 23/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 1.00 vMB 2,993 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (97,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,713 810,713 0000000000000000000300e6e6f266d0d37136becfe0536730b6cc6f55f3f508 1.34 MB 1,326 16
810,712 810,712 0000000000000000000464df6117f6024b92250bc04b43af2ef4b4676fe54a8e 1.37 MB 1,510 14
810,711 810,711 00000000000000000004757bc03b73b5cf9200c8bbf6e3c91909308a31c47a6a 1.41 MB 2,455 31
810,710 810,710 000000000000000000020d5bd64d69ac516e90fc163a3a1975f41469399f3053 1.25 MB 1,142 15
810,709 810,709 000000000000000000039ef7e993a6bb4a1f4732ca00a8aed25ac0fa4ddf7f0e 1.09 MB 475 12
810,708 810,708 0000000000000000000455ffe6e281893785f7005aa7a380c32a7e08f776ae6c 1.21 MB 701 13
810,707 810,707 000000000000000000022c6835af68531ec669c008b5091502f78de9decf6104 1.10 MB 281 11
810,706 810,706 00000000000000000004b8771ace19c1938c2e9777cb45c87dda60598c5db798 1.15 MB 779 13
810,705 810,705 00000000000000000003be518b470078f0d061c7bc82599db3746fa3306975b6 1.19 MB 530 12
810,704 810,704 00000000000000000004dc1adcc0b155454785db4c6f861bdf21c71d7eff3ad9 1.13 MB 561 12
810,703 810,703 00000000000000000003f3435d08c9c7f3400b8f316fd7a5df0c29caaf82fda6 1.17 MB 764 13
810,702 810,702 0000000000000000000124dedd9d5c00a789e40f9eddb3a65579efc2571da3c2 1.46 MB 2,226 19
810,701 810,701 00000000000000000002a61d0fc1c0e0e945a30e5bb50345d493eb8abd04d087 1.52 MB 2,938 23
810,700 810,700 00000000000000000000f91f056b8f163cd36e414aa31c44a6b38aca10517683 1.06 MB 135 10
810,699 810,699 00000000000000000001aab92d715d987298de800527562e1d22ca8e3e632044 1.27 MB 1,426 15
810,698 810,698 0000000000000000000417a373340e436c7dc468eba62a0be0b5f8217b37f3f1 1.31 MB 1,487 17
810,697 810,697 00000000000000000004b44a0083f3ac31d0bafe5dc094b2c7b43f7550e52f75 1.36 MB 1,866 16
810,696 810,696 00000000000000000002a89056d6ad195c5f8be3ade81a0ae23a1cb63e0a5557 1.31 MB 1,789 30
810,695 810,695 000000000000000000022e91c935071fb1142ecd4cec8ed45c24cf9ed875c0e6 1.52 MB 616 7
810,694 810,694 00000000000000000003d7ed39aab8b7383cb483608e6d07e30352112a50c196 1.17 MB 714 9
810,693 810,693 0000000000000000000478b341b8cd9e242dd926675cba4d119611603d3737d0 1.19 MB 984 14
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.61 GB sent, 93.03 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.