Memory Pool Memory Pool Refreshing

1,079 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,794 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 1,079 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (17,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,351 890,351 000000000000000000017a330d4d0a763e4c28563f9cd3d91151b5b38ed766fc 1.64 MB 2,931 1
890,350 890,350 0000000000000000000204bd85b8d312c1109bea32158a15f51e069499efd1fc 1.62 MB 3,206 5
890,349 890,349 000000000000000000008470ff14007f8455396360bcbd65b66553f249b335c5 1.81 MB 2,598 4
890,348 890,348 0000000000000000000090127a742950c843f1d4b2c230f994738b742a44f51c 1.95 MB 1,601 1
890,347 890,347 00000000000000000000d469791de7d36f4722f6827372aa462d102f8789e27f 2.74 MB 2,192 2
890,346 890,346 00000000000000000000a39580b351b7fbd5f081d003f01f97a02010e0769c34 1.67 MB 2,283 2
890,345 890,345 00000000000000000000db7d728483eeebc913a1799c8cbc27369beb5da7f9ae 1.62 MB 2,245 3
890,344 890,344 00000000000000000001bfd7a5d30560744806379d6e3ad2cc607579adc9fba8 1.89 MB 1,689 3
890,343 890,343 0000000000000000000189436500e1cf438e5b0344c020290d3dd83c557e7e0f 0.99 MB 1,620 1
890,342 890,342 00000000000000000001bdabcc572d575b499e541ad8069b03feaf45863ef74f 1.77 MB 2,328 3
890,341 890,341 00000000000000000002092b7d3761456cd4c729c6b1ad56ffd0b1d01670ce99 1.56 MB 1,981 2
890,340 890,340 0000000000000000000026e3b62b7370ba27112005834b527f012b9cc8d6376c 0.45 MB 943 2
890,339 890,339 00000000000000000001a36c5619d277a297de74416b4589e8d899f4cdf98b96 0.82 MB 1,562 2
890,338 890,338 000000000000000000018288f2194574b7ffa9ad80f42f848cb12b1d83394bd8 1.19 MB 2,187 2
890,337 890,337 00000000000000000001b951fc2c6b824432d68224200c140a79e0ae5f7b2852 0.03 MB 73 3
890,336 890,336 00000000000000000001f24be763cfc75d3f7cdca3cf4cb2e2787c6009ce6079 0.56 MB 1,185 2
890,335 890,335 00000000000000000001b6d770dc3735f7b978c000c698260d99c5030506b045 1.15 MB 1,607 2
890,334 890,334 000000000000000000004ba5b87cc10f6fd866f8b6a6c3d73854e5be92d7e2a9 1.58 MB 3,258 2
890,333 890,333 0000000000000000000020f0d0ee71b74596379ab2e77743df2a89f57edff40e 1.77 MB 2,568 2
890,332 890,332 000000000000000000008994e71fe83af2b31582968c4458d0b0699e680870d4 1.83 MB 2,106 3
890,331 890,331 000000000000000000025dd71a7239d5099b3dc35e5f1e3e3b6004da893dd4c2 1.55 MB 3,340 5
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.65 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.