Memory Pool Memory Pool Refreshing

4,459 transactions
2.27 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,828 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,083 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,827 (650,609 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,218 257,218 0000000000000013d9ae83cf5352b2a1d4be602aeade0887808eedf9f68bcd55 0.07 MB 187 78
257,217 257,217 00000000000000143a7e797f5f7ba33c8ec872f69077e1ddc8e8e31755095c25 0.14 MB 313 89
257,216 257,216 0000000000000030938524bc5676ae648c795d7a812fe017a845fbc073419eb3 0.25 MB 480 101
257,215 257,215 000000000000002c1ddd65ce11e9092791a3e2e89ec5752122a4d999da197162 0.14 MB 369 96
257,214 257,214 0000000000000002a1fa0abf9ea7e5a4e14907de61493a4d551f59a23733a25d 0.25 MB 683 91
257,213 257,213 000000000000001bde38c9d8e8f1730bb0025584e74e123bc3e050ed001f0174 0.14 MB 342 89
257,212 257,212 000000000000001e15218f98f783f0f85e2b81569990dc2b7b152799c64bfcfc 0.04 MB 94 103
257,211 257,211 000000000000001a0e537b3ce9ccd96a9a93e5f3108c8ae542183452669b0340 0.02 MB 64 152
257,210 257,210 000000000000002907335d9d1a84cb5ea08d217ed3863b0d046aad9b54774f93 0.17 MB 380 94
257,209 257,209 000000000000000599a431da5df8692e8cd2212076394819445d862c32795791 0.10 MB 221 86
257,208 257,208 0000000000000014ea1691c6ca7c24899b5f071b6fef737ef2538aac4bbb6679 0.14 MB 327 155
257,207 257,207 00000000000000130d6d5c02a1b8691f8ef17b6d20ccb2cbb9354507c1da72da 0.07 MB 128 109
257,206 257,206 000000000000000aeed65a2672b04b9255d850413da66ce1a9b2548e66dfbc93 0.03 MB 58 56
257,205 257,205 0000000000000022c87838cb79d3ce6a74a1858325e1b8aef4b77f4734ed5cca 0.24 MB 586 98
257,204 257,204 000000000000000d514486568fca0a49890cb7cfdd50e2c022fc467c8e199a9c 0.10 MB 239 99
257,203 257,203 0000000000000008f11e2976ec53fdc0891b6fea2eedf9cd4e80a9f3599571e5 0.01 MB 13 27
257,202 257,202 0000000000000020b848efd46a72a734a1e9205ce6f2361b175395c249e55541 0.05 MB 115 68
257,201 257,201 000000000000002406263539d505fbd23d8bfaa02efcb0fa9cf0e62ddab35d64 0.03 MB 64 115
257,200 257,200 00000000000000035a74942a302d07f322ea7ae0991dda217562c9f757230b32 0.10 MB 222 108
257,199 257,199 0000000000000007b3d1dc949ab9b323790ed6ab877f8ad3d73372fc68bed891 0.02 MB 62 114
257,198 257,198 0000000000000022cbb4cd05d7371dbb8c1ccc154e5ca05625717d04d7af1202 0.12 MB 312 91
Previous 10 blocks ↓
Total Size: 769.22 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,634.61 GB sent, 94.02 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.