Memory Pool Memory Pool Refreshing

1,931 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,793 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,919 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (579,581 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
328,211 328,211 0000000000000000146e568c50256a343bfde00d2d8f5a0370d8c03e362f7a38 0.75 MB 668 19
328,210 328,210 0000000000000000029fac7cbd7ed70c79f291d7c0fe0f15888631f3d66f3ca0 1.00 MB 1,727 28
328,209 328,209 0000000000000000141849623917e69bbab7317b6fb86655832bfa5d14313839 0.75 MB 534 16
328,208 328,208 000000000000000002a6eb1db26c2c31fd2f1db20b7c53d0176b94c42e304ffd 0.75 MB 554 15
328,207 328,207 000000000000000001c9c8e2a0355dda94bd6d89bcd65c136ff23618bb248449 1.00 MB 2,286 34
328,206 328,206 0000000000000000102de2830535daf6fa00455e6ecfa74f33c3239d19d6472f 0.05 MB 60 19
328,205 328,205 00000000000000000db27e2a32e6b0b9daf8542adb5d9842118b945c10150970 0.59 MB 1,055 29
328,204 328,204 00000000000000001e3fdb396830929074907b2b7304b6b8f251d99e55856d31 0.59 MB 990 35
328,203 328,203 000000000000000003cb89d2f8ba4c73511b0109ebd6286406790c9e9c1019f4 0.15 MB 253 39
328,202 328,202 0000000000000000038ef7a28a63839ddd7b7d73715bda7307e46579239a016a 0.11 MB 183 29
328,201 328,201 00000000000000000e1f5d6fa4a10b99292ff0139881747528de3181bd4e22fc 0.06 MB 119 58
328,200 328,200 00000000000000000e8c5bfec3a6b5903aed55a36cbca680ed8580ab05360e94 0.34 MB 584 27
328,199 328,199 0000000000000000045d50fe894881dcc9e679579b0178e262f16e4a45b2cc79 0.30 MB 418 21
328,198 328,198 00000000000000000c5448651ca7e8b6fd8ee20d321c5d77eed1632c70129094 0.71 MB 986 25
328,197 328,197 000000000000000003894ef45601585c594ae79c8b1102f85c3b96d5256fc293 0.10 MB 256 55
328,196 328,196 000000000000000006e978afe72ad3aee64c141f28a3141b4f8874cf1b39e6ed 0.18 MB 331 31
328,195 328,195 0000000000000000001eb1fcab3d72033a75a8d434bd24333e15325c89613b35 0.05 MB 64 112
328,194 328,194 00000000000000001b32186f5b89c35e3e4930b9390885fe3398112860bd4814 0.08 MB 108 62
328,193 328,193 00000000000000001cda5ccf52897f981d253ffbce27f807785d3c5a3a455f8b 0.01 MB 34 34
328,192 328,192 00000000000000001819ff0086b51e30e9d952935f09a3373f50907242369841 0.02 MB 35 34
328,191 328,191 000000000000000011959ffbbeb17f5b6e8b023c672aef9b22480f95ee035248 0.47 MB 906 29
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.