Memory Pool Memory Pool Refreshing

3,805 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,735 (9,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,826 897,826 000000000000000000003cdde9e29e854853fd74f4a579f9ea1d396227ccce22 1.74 MB 3,673 2
897,825 897,825 000000000000000000006cbe517bc6875853387dab4b2e2e61d47e5a97241652 2.06 MB 1,391 1
897,824 897,824 00000000000000000001d9ab60ad0f0e55f218fbaa682434434c6b92e92e5457 1.78 MB 3,901 2
897,823 897,823 0000000000000000000101ea18159f6756ce865a6806e855f9fa17ea261c7029 1.72 MB 3,359 3
897,822 897,822 000000000000000000017d1b2450819725aa2ded349089c9e3821a4668714c61 1.66 MB 3,348 1
897,821 897,821 000000000000000000020bb6b2f742730d77a60d3e20b6fb9379c2edff8a05a4 1.66 MB 2,826 4
897,820 897,820 000000000000000000011d8f502f9086a3bfd45f1c146d43573b5792e888ccf9 1.63 MB 3,770 4
897,819 897,819 0000000000000000000027874e5095884c0bf591142347640bdf93a675653830 1.62 MB 3,104 11
897,818 897,818 00000000000000000001d7268be0af595fd6c501477cf0ba81b5025b0be104e9 1.85 MB 2,243 111
897,817 897,817 0000000000000000000115464536a436c24288f2f8c634f69b8f141c08723490 1.81 MB 2,745 2
897,816 897,816 0000000000000000000090f26d225a9c85a58adf13f19f91bee0148fa9f1ec38 1.56 MB 2,984 3
897,815 897,815 0000000000000000000003252e4cc9e7a64a9cd38db3458f44b902d3d912d15a 1.51 MB 2,753 6
897,814 897,814 000000000000000000017a179834899a2d4567cec77592dfe68634b521e94ddf 1.67 MB 3,595 5
897,813 897,813 0000000000000000000011a508e48be0bbe2cf4cd3ec062cfafc19f78ea810e0 0.78 MB 7,396 63
897,812 897,812 00000000000000000000e6644f6d805cb19565c92e38c8ef2e8ca547a5d1fd59 1.78 MB 2,676 2
897,811 897,811 00000000000000000002162157411e7e0b7b5dd65b54f4cb086a8a42eeda1c6d 1.72 MB 2,150 1
897,810 897,810 0000000000000000000178e9bea872423f14f4fdfffcf39fe5ca18e42f26f6c2 1.75 MB 2,197 1
897,809 897,809 00000000000000000001d8b76fa8e349de739206afdeca0b39e20cbeaf34a06f 1.71 MB 3,350 4
897,808 897,808 000000000000000000010979569575f671b132d7551b45c6f6d4528f25babd3a 1.51 MB 2,923 4
897,807 897,807 000000000000000000016fe459efbf05df9beb83ce5e516222c67ee801282277 1.56 MB 3,419 6
897,806 897,806 000000000000000000004b61fc68a6f0805e954632e003060fa8bfad13ba0b60 1.50 MB 1,363 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.28 GB sent, 93.11 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.