Memory Pool Memory Pool Refreshing

13,178 transactions
4.33 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,974 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (729,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,092 178,092 0000000000000a96ca9b83f0f145435c2c3e53c08a20bb4d1402ce807b671df7 0.02 MB 35 29
178,091 178,091 00000000000003d286aad714b853d8c9d409988d1988bf0dcab54395fe8fb81c 0.01 MB 23 36
178,090 178,090 00000000000002e5b51544bbbbebe48eb5c9efdd8938e79c954b3bca0d15ee3e 0.04 MB 71 95
178,089 178,089 00000000000008f5ca6912696967131c20b5505a12e18e461a0d81c8e8c1a620 0.02 MB 77 23
178,088 178,088 000000000000044e2513a022c82cae68c69dd5b5f4f75e9280a39697174f2eec 0.05 MB 122 179
178,087 178,087 00000000000009d0efe96bc176b39c0179e0011348dce853b80d84fb5c2290df 0.03 MB 70 108
178,086 178,086 0000000000000a504184f3bca12bba9f709450c4039831e5df9e395848b5839e 0.02 MB 32 66
178,085 178,085 0000000000000367ddce901b919b9ca3179a151d847f65c473c074f94a069110 0.04 MB 119 63
178,084 178,084 0000000000000a983ae5df0a0fa6dad5400d6f78f724e9e92ae75f2f0220965b 0.01 MB 26 265
178,083 178,083 00000000000006be66c6a3480ae25ad15252319ea30fb9ca1cbbf3d9a2c1cd65 0.01 MB 27 199
178,082 178,082 00000000000003e4d22e5a4debd83b28f4ec07a7cbd40e0a18aedf0859585fac 0.02 MB 49 102
178,081 178,081 00000000000005ad3d6384dd61b11445150f7d092fe4bfa295ca3a6b9746684e 0.01 MB 27 42
178,080 178,080 000000000000040a62cbae99c622059135a6540581d4424cef464f101ed43a5f 0.03 MB 42 17
178,079 178,079 00000000000003ce2e9de9cc7fd6d834fa3ea8f8e366fed3aeb088f48ef10719 0.04 MB 53 46
178,078 178,078 00000000000000454a56a1aea6a65fb5ed4b72cf5cf35e642283cafe6334a255 0.04 MB 41 86
178,077 178,077 000000000000047ce40f3378d6bcc747b28f5ee4ba5a086746c1401fa61e347e 0.08 MB 131 750
178,076 178,076 0000000000000a07498cdd90eebaf63e07af28e76ce21c3fb48ae55547689f19 0.01 MB 30 70
178,075 178,075 0000000000000b17a6004c5470bcd27dad491f553860535333971bc63b040d36 0.05 MB 39 58
178,074 178,074 00000000000009edd93edd00c00422f882c24df060702860162f071a6195193a 0.01 MB 54 42
178,073 178,073 0000000000000b152e4fcc73679e51ecdcc6837444016a341a3b14bc9d0b206d 0.01 MB 17 0
178,072 178,072 000000000000025d37f55467f66bc8e7c73eaf6db026b554e5e1ad3193a8868c 0.00 MB 12 242
Previous 10 blocks ↓
Total Size: 768.95 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,614.56 GB sent, 92.58 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.