Memory Pool Memory Pool Refreshing

3,041 transactions
14.61 vMB
Show Random Selection Loading Transactions
Max Size: 60/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,804 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (899,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,877 8,877 00000000ba671ce9b23720a7e9350fdbca314edb2c206b090afddb6464866152 0.00 MB 1 0
8,876 8,876 00000000e7d3201ca7440a9b084f5c0074a0a3264202d87e1bc796cfda265188 0.00 MB 1 0
8,875 8,875 000000008d218d6349b08dd2bc22537db48c63304a5d22f72a2f4d89c8f144e3 0.00 MB 1 0
8,874 8,874 000000007ec4b55d56bbcc0b794953348c3d30f43a712450fece691b3515662c 0.00 MB 1 0
8,873 8,873 000000008442c1f22d5b012cbdbb9808a5cc417b4198ff48ca952bac572f7597 0.00 MB 1 0
8,872 8,872 000000001d889e79cc626b12557afb50418c4a321391f0486356facd9ec105bd 0.00 MB 1 0
8,871 8,871 0000000046b6a6e8288a64b2fbead4c0f04f9f60c7aa37849eaa77fd83535309 0.00 MB 1 0
8,870 8,870 00000000d75c5ead6576fbcedd9cd003cee45efce45c74e67d61b4a535932420 0.00 MB 1 0
8,869 8,869 0000000045bb7ae8c24f4ca8fd07e830eca1575ce4a07cdd95acb7f9f53cd906 0.00 MB 1 0
8,868 8,868 0000000087f73823e9bc784daabf71bef5487a847cdcbdfabced04e24b2567ee 0.00 MB 1 0
8,867 8,867 00000000dc67fdb071610640cabd4f460469fd0e1e96aaaf93852054a956445f 0.00 MB 1 0
8,866 8,866 00000000a308ba489aaf461365217e4ad97a38292c469a97fa34a0fd6b34e6a8 0.00 MB 1 0
8,865 8,865 00000000b56a4f049ebbc4313090723ee73235accbb5dc53b72aa61a13b7b35d 0.00 MB 1 0
8,864 8,864 00000000005ba4f850d0c3bc74a4bcdfa33f72f6becf62276b3a61f1e7ae9207 0.00 MB 1 0
8,863 8,863 000000006028fb1be3a7474c94ea83f10905478030457415eb7470f06f007dbd 0.00 MB 1 0
8,862 8,862 0000000062d3153a7f3a61ba5d7e94af4f2f297f69c8613b8b088125b57e1221 0.00 MB 1 0
8,861 8,861 00000000341cd13c5f45a36e832f66c2f6692d1aa1e7ef12f61aa326fbab6b42 0.00 MB 1 0
8,860 8,860 0000000057a7e9fdd3568d83a3055f74d3f38934c5da5acb7924a495223915ad 0.00 MB 1 0
8,859 8,859 000000001ba3e0220bbdd8e7e5ad80e28db57c2ccd798346aac2a0114c8207cb 0.00 MB 1 0
8,858 8,858 00000000cd66bd84669273514028f8c9eb023995cab7459de85f3e252fa45332 0.00 MB 1 0
8,857 8,857 000000009170777e5c4bca070011b170128efb51a85367238c42dc78906d2323 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.