Memory Pool Memory Pool Refreshing

2,281 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,278 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,236 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,277 (901,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
7,198 7,198 00000000a588431277ece14d08d79f3f2ea6a937f7e2571a9246f7a3e7752614 0.00 MB 1 0
7,197 7,197 0000000014b203ca88a1aa26a8302a7075e3344d5fbc80fc0988e4402254c8ca 0.00 MB 1 0
7,196 7,196 0000000090b995d03360cb830c2420f33432df40c0be92bb7bb8e621dea6726d 0.00 MB 1 0
7,195 7,195 00000000f131107c40828e11e8ab73b99701cdcf37ed4d857a25fe2ce9cd32de 0.00 MB 1 0
7,194 7,194 00000000db943386cb0072dcd8194804b3097eac4b06b551a6ebda0b41e68bd2 0.00 MB 1 0
7,193 7,193 0000000011f1182e3511e965efacb1bde6bb6e7878b9956bf690c6c54db8e123 0.00 MB 1 0
7,192 7,192 00000000c48f09445e988fe63f8580727a3aa8c0561b89354c301fdfd808b2f2 0.00 MB 1 0
7,191 7,191 00000000a8982ea2e2c918ee717ef4cf772c0b4ea6a2b758a0241c5f01347c9f 0.00 MB 1 0
7,190 7,190 0000000040e547b48aed97cf8be2b4a72242cefea51d9211c37e434b9893024d 0.00 MB 1 0
7,189 7,189 00000000803a23e4a80f66522b43b0da5de9cc3e0505b3467c6a2541a689fc81 0.00 MB 1 0
7,188 7,188 000000000ec22cd8f789df05f81a61bc58dc9d8644fc84fadb4e9b454c08d42b 0.00 MB 1 0
7,187 7,187 000000009fa8c9846e3c061913a3ff7a8fa240770e4ecd06d319b302f51f4e73 0.00 MB 1 0
7,186 7,186 00000000ff46ebbbb998f968ba271e2a5b7a5c460dd330cefd0b32c1363b9159 0.00 MB 1 0
7,185 7,185 00000000ba551e37af3b1851fdec32e283363af5d8df34a37fab9095d333097d 0.00 MB 1 0
7,184 7,184 000000008acace09dc63456c6fa9c5f143081ece9091abdfb6cfdb309d8df4c6 0.00 MB 1 0
7,183 7,183 000000002d887db4fdd897322408e7fe207537801e55ee17fbe498d2dc133a7f 0.00 MB 1 0
7,182 7,182 0000000081c4b4acd5cdac45547858be7c09eee0186e8f6e39d94ec89226b8cb 0.00 MB 1 0
7,181 7,181 000000008ed2ec3c0472d8ee8fe6006203e00aeb19def1e71d03b1ffec214241 0.00 MB 1 0
7,180 7,180 00000000d6c466cb2e74f1c18ea7caf55e410cb58a5971c7b16180ee8bf5f15a 0.00 MB 1 0
7,179 7,179 000000005fee4ca7eec12cfbcd1e741845b81c4fe2b8ad11c4314db1ddb1a9ab 0.00 MB 1 0
7,178 7,178 000000003f206cad3f9d1e2aab3d01cf3bacb0d1fa4ff57755d441a2c5dee2b8 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.82 GB sent, 98.18 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.