Memory Pool Memory Pool Refreshing

9,859 transactions
4.56 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,092 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (163,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
744,048 744,048 0000000000000000000802480455c5f02e4b98e082a5bbed701232bbc3b10b83 1.29 MB 1,974 34
744,047 744,047 0000000000000000000376f2b5c4bb463fe440aa8c7f6e58d6c7e2b997a6d360 1.52 MB 3,371 22
744,046 744,046 00000000000000000000ec4510319613fdf7d30855542ef904c17257e199cfff 1.53 MB 3,046 34
744,045 744,045 0000000000000000000593c1ae5cb1c1044a4990ae473c1ed387a2c114f93300 1.49 MB 3,491 26
744,044 744,044 000000000000000000015f981d32d33a373bde0b79d87510fc494b157f76541d 1.48 MB 1,613 52
744,043 744,043 00000000000000000003c8c1ad80c1aecde9c94cb7efe97f1ac7a44f42af32d3 1.48 MB 3,117 30
744,042 744,042 0000000000000000000731e832e0a0eac09d46a2d8e791a58e586db4c0b72404 1.45 MB 3,133 33
744,041 744,041 0000000000000000000162c1b938c7b844d5868a9bbf30644e04e54ba5bfebc1 1.31 MB 1,688 26
744,040 744,040 00000000000000000007b257fabb012e6afb3e32cc192f58f3be9a4228ab45f6 1.43 MB 2,825 24
744,039 744,039 000000000000000000035cd9f5055dab64b643591789fb3a13faf3cc008a49c0 1.68 MB 799 3
744,038 744,038 000000000000000000049b1a4e0415235802d18f57e8f18c5a97e853fce32675 1.62 MB 2,161 11
744,037 744,037 00000000000000000006873005be27015e74bd576d080ae5a5463a50cc3e9c78 1.72 MB 1,711 9
744,036 744,036 00000000000000000001eb87575b3930541937e4944c0017ba7bfeab89a0cffa 1.21 MB 1,672 14
744,035 744,035 00000000000000000005c97c0a59581b26cb506b9df2ddde663437f5226731a2 1.43 MB 2,859 26
744,034 744,034 0000000000000000000907a3fbce7042b2230ec14550a714fd95e1913dd6d738 1.41 MB 2,688 22
744,033 744,033 0000000000000000000024af29cd27187c7def7b1a6eeade3facdec128e446b6 1.53 MB 3,306 29
744,032 744,032 00000000000000000005608d9500700eb0b42c079e23f42ea99689a3617c735f 1.39 MB 2,538 23
744,031 744,031 00000000000000000004eb656c8a2df0c859ec04d3bb0476a7b5123eb0773929 1.46 MB 3,050 31
744,030 744,030 00000000000000000005b91978d3dad806f85dc37558f376f53eda8a6034af85 1.49 MB 3,168 29
744,029 744,029 00000000000000000003d27a32d83380883e245b2af1b2e509e11ffa15efe5e3 1.47 MB 1,677 37
744,028 744,028 000000000000000000055e6de75820105456cfea59e66558c71fb334b112f0d7 0.67 MB 1,488 18
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, 113 incoming
  • Data Transfer: 1,625.67 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.