Memory Pool Memory Pool Refreshing

3,145 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,579 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (783,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,175 124,175 0000000000001f02b9f3e8f5464587ea2c1bbdb4edff60b434cf617d9fbe0c0e 0.01 MB 24 682
124,174 124,174 000000000000678d1cec66007a83e9f18f68fdba8bbfb341475302957b61c69e 0.01 MB 22 667
124,173 124,173 00000000000017ae442b69964ff6a958aff1338b09b881798a76ab33fc564a1d 0.01 MB 24 121
124,172 124,172 000000000000410afbc66f53efa9cd742f599be80677132cadb47999471ddf79 0.00 MB 3 886
124,171 124,171 000000000000099b41ec0daae849e5f697215850869b7b1d4c99156d591d75eb 0.00 MB 7 254
124,170 124,170 0000000000002cb3f4c5c060e590257683095731d4432329679b0cccf3827761 0.00 MB 9 790
124,169 124,169 0000000000000aa764b18f5ff56b526c45013545ac16d6a5e47873ef922ebfdb 0.01 MB 48 2,611
124,168 124,168 00000000000009e32663bafb87b6c5bb8d5eaa77b8d25dbb73274e01e2d2e1dd 0.01 MB 12 728
124,167 124,167 0000000000004f2ef8ca866fa93f1104f63a5980ecc455c16077d1fbf60a9b50 0.02 MB 52 591
124,166 124,166 0000000000005bbd2559b3d5e8a1f2d0adf0668450fa601c0722013f1e2f8cba 0.01 MB 35 2,545
124,165 124,165 00000000000037b1d83b8326dacd3e960ed99a467c01358ec3689fb242ba9782 0.00 MB 9 307
124,164 124,164 00000000000017eb11a58a79bddb4a94b697019a17c26873f49a300514ac2d03 0.00 MB 6 344
124,163 124,163 0000000000003c7bcea4f1a11c9d3e8ef5b32163be917400c5f634f2501a7943 0.00 MB 2 0
124,162 124,162 0000000000006a127454a5819caca525c061f9ba4f170e1f39b03bb8f0d25afc 0.01 MB 21 595
124,161 124,161 00000000000001258d314bc7472428a8b0d830219aefd8b2ba1d3c48eae17aab 0.00 MB 2 4,464
124,160 124,160 000000000000412b903754c07a4ee9286a845da37051e9e338b017495b82bf38 0.01 MB 24 0
124,159 124,159 0000000000003cf80fe191d2d1b0673db7e462bc11328b08bce16b5b2481c21d 0.01 MB 19 701
124,158 124,158 000000000000497cff5a832ec30496b7df60e8c350ca9fd609db132b27d4b90f 0.01 MB 19 600
124,157 124,157 0000000000004bf3903ae86f6f1e9a5962c465d295c6eb68177115d8ea83f0f9 0.01 MB 26 741
124,156 124,156 000000000000654f6c6362512fdf2d9e1d0a92d6f310ad8b9cdc93caa64ff6bf 0.01 MB 48 2,442
124,155 124,155 000000000000540b16f0cb65a1b8980408ba9ddb9154129fcb8e09bd1e23a6e2 0.01 MB 5 301
Previous 10 blocks ↓
Total Size: 769.35 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,643.46 GB sent, 94.69 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.