Memory Pool Memory Pool Refreshing

17,500 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (9,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
897,833 897,833 0000000000000000000186296e6ce00dbf49e74acab03eb33d6b68f5d0707878 1.62 MB 2,355 4
897,832 897,832 000000000000000000000a7ca13cd87f134102da5203a53735939bcd1e811059 1.83 MB 3,564 3
897,831 897,831 00000000000000000001d6bd7f49a7c5971ad19f9c54ffdafc238236e28911de 1.65 MB 3,865 6
897,830 897,830 000000000000000000022a3f8e59c9b248101dda6053cc9f69dbe18f128e9fc1 1.78 MB 3,344 3
897,829 897,829 00000000000000000001f4385cf23d25f3a411217871d365091d3cbd9d2405cb 1.63 MB 3,731 5
897,828 897,828 000000000000000000020209e7006139f24b34f4d55f103c943169dafe939d19 1.62 MB 3,514 7
897,827 897,827 000000000000000000015ea649414fe00ee0ed736eb5d35dc4b8f195e87261b3 1.61 MB 3,938 7
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
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,623.70 GB sent, 92.98 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.