Memory Pool Memory Pool Refreshing

9,824 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,147 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (554,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,385 353,385 00000000000000000eccb0788bc8bd0fb9606e636946f3969f87d8ee3c124bf2 0.32 MB 561 23
353,384 353,384 00000000000000000d6f697b26912b4373b5e93f013f3241f6aacbadce9d4794 0.65 MB 1,368 28
353,383 353,383 00000000000000000904630f2fdad75b26ad5fc1bb1a97e85bd6617d560ff5fd 0.43 MB 883 26
353,382 353,382 00000000000000000b4236a505ce503f66210079b2efe9518e388153ab09efe0 0.11 MB 193 33
353,381 353,381 0000000000000000077c3ead58e5b08b5b69c0caf1dee921a7417cd95e84e4c7 0.13 MB 223 33
353,380 353,380 0000000000000000034fae3344148611c178854f83afac22f1c50fd875c0a473 0.28 MB 544 23
353,379 353,379 0000000000000000089fc5b4b2bd038fbfd616a06d9eb6e3cfb88392e8126dd1 0.45 MB 1,033 31
353,378 353,378 000000000000000013ba812319c9079a389b03bd4cd6b32a354a8ea48e9e4476 0.14 MB 205 17
353,377 353,377 00000000000000000016081e5825340261a5df809f44b57087c43aad5a68436a 0.54 MB 1,122 26
353,376 353,376 0000000000000000035dd58de4a2a3a0add3f321f8c9c90c941a0f80933fcfc4 0.19 MB 313 10
353,375 353,375 000000000000000014595b44329a08f18391c04e117c488f86a55b513deb8465 0.75 MB 816 18
353,374 353,374 00000000000000000c1aa20b2fa8dc6e92cc9aad9d45b85fa4d189f2b460406a 1.00 MB 2,942 37
353,373 353,373 00000000000000000ca7aedb07a6af1adcb18a5ec859d79d9ce4a41c8de9dac1 0.68 MB 1,309 24
353,372 353,372 0000000000000000007b211e8402764df49e66d8d921df853389c138461ff9b4 1.00 MB 2,475 31
353,371 353,371 000000000000000005b1f2bb81d87690cf02ee62e01064756e30e814865474cd 0.27 MB 503 22
353,370 353,370 000000000000000016a460e45cfaf93025018e08913e10e575206c8d212981c1 0.74 MB 1,495 24
353,369 353,369 00000000000000000bf3831b8392cbf2d3c9fde596636ce8132c8977cd441c22 0.35 MB 542 20
353,368 353,368 000000000000000007e3f704e180d01c74f940cb71b7a904a4d0210c4659ec48 0.82 MB 1,758 26
353,367 353,367 00000000000000000e37c36ebf13271819b03ac19e00c38b60bf45059b59ec08 0.12 MB 226 29
353,366 353,366 000000000000000007130c827547ce2730e4363e0fcd11d7046f13f5ebe009ba 0.13 MB 240 23
353,365 353,365 00000000000000000a8378c1df9e36f022f3e9f7a6d1401f6de4cbd8a07c1da3 0.09 MB 173 21
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.