Memory Pool Memory Pool Refreshing

5,577 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,818 (742,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,053 165,053 00000000000006bf316057c7f4782091406f92113b1d0c9425955fda4f4a878c 0.04 MB 73 87
165,052 165,052 0000000000000cb1d46978ce4be7493918b72bdce19248508cea5a0b9a339ea1 0.03 MB 35 66
165,051 165,051 00000000000005a2c8361f274634291397428dc833dfa5cdf3cd04ba9a1c0007 0.00 MB 18 0
165,050 165,050 00000000000007c8713a599d86d5271a4d009d96e77af530aa179cf43a9a93bb 0.01 MB 25 287
165,049 165,049 0000000000000b1bfbb19023370de48df65a588659c8ac8d6c2f1bda3c8bc7d5 0.03 MB 50 40
165,048 165,048 00000000000006e83d0cab5b455b49973f0b2793a85633bab37655b5f7193c4e 0.04 MB 57 71
165,047 165,047 0000000000000333407a94d5c42f657b941edd7c07715b9b1e650a7bb6c41877 0.01 MB 51 6
165,046 165,046 00000000000006d2b2789cf489deb903b13a8b1039c20a4d68a43f83f195d4ef 0.02 MB 68 51
165,045 165,045 00000000000000581ca71ae2e89c17f24fa787fc08d49a58609e6b2544d1655d 0.06 MB 109 110
165,044 165,044 000000000000036e7d1b5077f57f036256462ccf18bb1a077cbf7fc1f0d59c93 0.00 MB 9 27
165,043 165,043 000000000000062eb926d8d6b68973385bff1545c4cf492cdb24edf633bce6e5 0.01 MB 22 139
165,042 165,042 0000000000000526bfa5e7330640c0d86ca007ef3d9bc8e2567bf34935852573 0.02 MB 50 68
165,041 165,041 000000000000005b5c93dec470c18f1e7338c48571b9aa3caf735fffb86e6045 0.05 MB 78 124
165,040 165,040 000000000000076adfd2a8a6ac4e22d16a196059271913d2b6d56aa9decfd191 0.02 MB 40 225
165,039 165,039 000000000000033d6de2447df1c4acb653260815e5e412b611de49349c8fdf6b 0.03 MB 113 3
165,038 165,038 000000000000097ce4b1d4a5ce5fc4d183168e0320ef222dbc836141ee2e88e6 0.01 MB 33 108
165,037 165,037 0000000000000a59bd7d3523dfcb1173e3f9c8c6e39da0b2792de186924fc13d 0.00 MB 11 17
165,036 165,036 00000000000009539e0e81d4fb377b287c68b335b6732b62b4f751e8e1ff3ffc 0.02 MB 72 87
165,035 165,035 0000000000000c2067af30f453e0aa8ca5626e53f5b95f346332cd4777fff6b0 0.02 MB 26 143
165,034 165,034 00000000000004a19cb1d6a61172d5afb625d19e212e241bde94ebe7d1abbf20 0.03 MB 55 86
165,033 165,033 000000000000007e6a8f986b98f00eeb3d3af77626ce20d05f9b87206b8f0672 0.01 MB 23 73
Previous 10 blocks ↓
Total Size: 769.20 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,633.90 GB sent, 93.93 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.