Memory Pool Memory Pool Refreshing

7,430 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (44,626 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
863,238 863,238 00000000000000000001998808dd47b990af95e5044277d1f4cf202899f3a83e 1.95 MB 3,752 4
863,237 863,237 000000000000000000013399ed2c2b8dee7911d2103388b515154939ccc96b30 1.95 MB 3,293 6
863,236 863,236 00000000000000000000d418b0c34f8d5547407660efda6f9a137e505c6a4cc0 1.56 MB 3,930 7
863,235 863,235 000000000000000000002a30e7b614e0f562fc2ca3bf3aeb48b545fb9b590928 1.55 MB 4,266 3
863,234 863,234 0000000000000000000006bdbf40966b74c31177582eaa210e0898311eb0d4d1 1.75 MB 3,519 6
863,233 863,233 000000000000000000029a44579a480029d9eb6aa8ab3fb277b98079ac83efb0 1.51 MB 3,906 7
863,232 863,232 0000000000000000000327ad3639ae49a28190a2bfb5c126e9a36faec93ef475 1.59 MB 3,859 6
863,231 863,231 0000000000000000000081251c2737f9f36ccaaf41165abc354d4b04c35627cb 1.50 MB 4,617 6
863,230 863,230 00000000000000000001221cac3438cdd2fda9a7dd78690a16e5a1971d2f56b3 1.40 MB 3,143 6
863,229 863,229 00000000000000000000e03e86ea17b87adc5d255e69d83d9c9bf94b3e284bac 1.59 MB 3,716 9
863,228 863,228 00000000000000000003140f6dc4351547592e87fcd1b2e049a8734358074871 1.49 MB 4,663 8
863,227 863,227 00000000000000000001f0747233200e804964c1bc5da8f430f553da9444d870 1.52 MB 5,782 5
863,226 863,226 00000000000000000000f053b1f11141a84cf13470ec9da6d251f1864b962f2c 1.52 MB 4,540 8
863,225 863,225 00000000000000000001173f93fdae04941e818c34f0db70e4e13b1e236f0e3e 1.99 MB 3,482 3
863,224 863,224 00000000000000000002b049b501164f8b1549a27140d834af160448780cced7 1.69 MB 4,449 6
863,223 863,223 00000000000000000002d0dd7640cf73e576a9b09880230c4a66dc4f765e93e0 1.73 MB 3,908 4
863,222 863,222 000000000000000000011a6a2ec540cc5ef927c83d653121bf3e91bccd0f4411 1.58 MB 3,715 6
863,221 863,221 000000000000000000031b166ac3d59318fc472a541176933dc946ab86070eda 1.49 MB 3,237 7
863,220 863,220 000000000000000000012ee8bb4771271179df77d88b38630c915ecf3d21169a 1.51 MB 2,675 8
863,219 863,219 000000000000000000021842d5207ea96c5f9fa4ef82ee3ada8db5644ac22b13 1.53 MB 3,838 15
863,218 863,218 000000000000000000027b1b07b5a80b8d8681484ebd25c4415ef9f39e9778a1 2.15 MB 2,455 4
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.