Memory Pool Memory Pool Refreshing

552 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,393 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,392 (861,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
47,190 47,190 000000003572ca15b3cb3bd62f3db8f8e666dbf726a9053382efa3e0607d9622 0.00 MB 1 0
47,189 47,189 000000002e4409e4c9ea33507e8a9c4a7372ad7e1c75b5a32a96d3091fe44834 0.00 MB 1 0
47,188 47,188 000000002fb4ebd5524e68975c4866986f18f47e7b1e4aa1f953104a75cdc885 0.00 MB 1 0
47,187 47,187 0000000010813b7df7d733aa19f0ea70d6e9d475c7da2a1b6f83e5b4582e9674 0.00 MB 1 0
47,186 47,186 0000000010cd92b5660ff14f75cb89ab4e8582622070b949345048a9261ca3ca 0.00 MB 1 0
47,185 47,185 00000000191d365d2c175bbe1884dbdcb0a449c48b5958ba41e3aafee3c325ae 0.00 MB 1 0
47,184 47,184 0000000018a3accd8346982e6c1004e3e8c8de075a418b23221e3898e6186b6a 0.00 MB 1 0
47,183 47,183 0000000034045cdc0edc897049a566ad50c5d93ed74bec39e0103acfce059deb 0.00 MB 1 0
47,182 47,182 0000000012f5798aff64b3794f29af2c8d6cf120c4afb47ad40e28e5648d2f52 0.00 MB 1 0
47,181 47,181 000000001f4a497dd0fef38fc53dbc78ba07b503f5765ed76e7a620aea4a4fe4 0.00 MB 1 0
47,180 47,180 000000000d727d7b7b674950a8c641755634e755e8e9f58b3f7110e110c56ed6 0.00 MB 1 0
47,179 47,179 000000002319782c4ecc3ee9685cd648aa5d53a4ef04af3ba4eefb70e024e967 0.00 MB 1 0
47,178 47,178 0000000022070568ad884439e6b8d3fba8bed4c168a9349d85d57fbff9a099da 0.00 MB 1 0
47,177 47,177 000000003639c2b40ebcc606014927613259b7bcdb7bc5c8286c392aca7331d4 0.00 MB 1 0
47,176 47,176 000000002a9a9ac5ca4b71c2e2cd52b67bf878f33b71156e625b41a06f7f6ba9 0.00 MB 1 0
47,175 47,175 00000000327243a3991132a9d6d05487900c1bfc06da8b0d802e93f262c2f4ce 0.00 MB 1 0
47,174 47,174 00000000122c8ca94d2d7dc6a93277fef970ff6f54bc238735d274653d75c723 0.00 MB 1 0
47,173 47,173 00000000056b245d5fc5b75b85945a10ebf4fd6e45da4f32dddac3aca5d196d4 0.00 MB 1 0
47,172 47,172 00000000090610fc0f498cc3c9f93a71943d4170793f994820b374f5c6975d94 0.00 MB 1 0
47,171 47,171 00000000331fde27792fb5e655c1aac26cdaee47f0caf0d3750e9bde54fe07ee 0.00 MB 1 0
47,170 47,170 00000000299423d79cc5435acc45219bda2255462467485913589df89b7ad209 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.42 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,705.02 GB sent, 99.19 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.