Memory Pool Memory Pool Refreshing

7,332 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,831 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (900,624 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,250 7,250 000000000702c9148edf6d12eed46b9171ae8da4820399465efc021166179ed3 0.00 MB 1 0
7,249 7,249 00000000e62c067cfa3571b2cd4ee383567acc81778cc53254b65ddd9af389db 0.00 MB 1 0
7,248 7,248 0000000096f13b2ee9bbe260592ba8dd75a279d8e593f30e094bd22b4bc6ca9b 0.00 MB 1 0
7,247 7,247 00000000666ca3c27c61dbbaefa666520c7e6088cc44f096322442dc022facdc 0.00 MB 1 0
7,246 7,246 000000002623fb8fa89b4ca0e34f3cb26e584156ba50d124192b72c64ad5350a 0.00 MB 1 0
7,245 7,245 00000000efdf1ea08bc304437b79a143047c3823d9adda9fdf1ec73bd203a58e 0.00 MB 1 0
7,244 7,244 000000001adc58a873b9a09168da4f123222553bb6c2b0ae0ab32108a7ec863c 0.00 MB 1 0
7,243 7,243 00000000d42cb1712710823a6673ae59100b89fa2a63b00d82622954e607dd06 0.00 MB 1 0
7,242 7,242 000000000cce01e2809bc75a5e5ab1cd7ffe29b096e39ccdd6dc413009f90cdd 0.00 MB 1 0
7,241 7,241 00000000c3882d892a7c8a51e4069b096a645c82dabe7f48c8275faa5f369a2f 0.00 MB 1 0
7,240 7,240 00000000cf99e30fc5ddc4854d4f51bbf8091fa774a28d80c48e70a3bf4c4854 0.00 MB 1 0
7,239 7,239 00000000b1ea7ccb6e077387e1ad2f74c14be3ec6e18df2e4bd5a8e499a68869 0.00 MB 1 0
7,238 7,238 000000001fed6c39cc446c996957c0ef84815ef8cbfc8a8b7456ea6b306fe843 0.00 MB 1 0
7,237 7,237 00000000f13295efafe1a7c5498a889d542604af98a705fee95bd2feb6cda2e3 0.00 MB 1 0
7,236 7,236 000000008773bccf8a80a86b91cebf36a59cee12b2d5934bec88e1c6d8e3cfc5 0.00 MB 1 0
7,235 7,235 00000000e0b065f06b321953224a714423492fbff921bb732076528d4df7ff70 0.00 MB 1 0
7,234 7,234 000000008ed1ebb5f9eeaec3ec58d49ffb4a50e32abbfa93a931dd9e52eca983 0.00 MB 1 0
7,233 7,233 00000000d33ba642f396bb1372dfd23a7936e490799ed3d90c7fbb07d868a65e 0.00 MB 1 0
7,232 7,232 00000000fe181cddb6d521927a412a41374905fafa83f4d14b186ffda7ed2680 0.00 MB 1 0
7,231 7,231 0000000065642847653a57223a93a8f111e07a30ef7ab6ac0bec5f0a1d3c5bdf 0.00 MB 1 0
7,230 7,230 000000008a8b89114c0603abf59b0853e0ab5d4d8762aed2dd49b87dd9cd3355 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.31 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,642.78 GB sent, 94.49 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.