Memory Pool Memory Pool Refreshing

2,792 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,782 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (621,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,415 286,415 00000000000000006b65a1b956b72e0287c09db442ad4825c669eede2ae5405d 0.04 MB 80 31
286,414 286,414 00000000000000002d193a52c9dca2790a4dc43b910159de46dce0f9c43beb1d 0.25 MB 281 22
286,413 286,413 00000000000000011037a24c94726c6f78ff3a1cff3fd4c559b857d74ef4c71e 0.25 MB 540 41
286,412 286,412 0000000000000000d7aa2941545d4570dfa8592fe65bcf44211cf6c29ef3fb8f 0.06 MB 139 58
286,411 286,411 0000000000000000bdcc9be947e8ecf0a798bc695b2bf13faf0d21a18ae23a59 0.64 MB 1,023 29
286,410 286,410 000000000000000079cc91d5a039266e2b70b00d4b0aa0a2bed7cab96222bcf2 0.28 MB 246 6
286,409 286,409 0000000000000000b804455d45ac6bd3cfa901e81dd61d2005d31829a8cab1d8 0.03 MB 47 30
286,408 286,408 0000000000000000a95ee554cd259fea151449d7b1ec4ff69a89e99bc0c156cb 0.21 MB 307 23
286,407 286,407 000000000000000025a93f3e2619883898e9398337c8c7a2a5b74c4ebb790892 0.13 MB 188 24
286,406 286,406 00000000000000015e2fe7282c3cc93e14b75005a5f7834a9fbc1cb42ca200d7 0.06 MB 112 36
286,405 286,405 0000000000000000d7bed8aa8b5ea4dd485bf274b954686f9f1f95ff0e9ecd46 0.35 MB 593 871
286,404 286,404 00000000000000002b6109563e53fd6a50abecaeac754caf48d7000dccf95606 0.09 MB 95 647
286,403 286,403 000000000000000014ce206282fe10c443ed1eec664694f3a9e52125e12e5cdd 0.35 MB 293 1,991
286,402 286,402 00000000000000000dff552747a1ff6215f05ef7ea0d1d17e16dedc6c203adc4 0.33 MB 409 19
286,401 286,401 0000000000000000a1a0b682589994aa74307f1c4c800518fb4ad3e0f740b7ca 0.35 MB 841 35
286,400 286,400 00000000000000007be8701cde6f30c19adc6d530a56a9f63d17941fb0ed184d 0.35 MB 1,190 54
286,399 286,399 00000000000000011eaea98c39f2bec5354244913dee63323477459e952d43a2 0.05 MB 44 17
286,398 286,398 00000000000000014b121bbc805bb772b0fa6651100f9c7496b8e255628ddcd3 0.41 MB 271 12
286,397 286,397 000000000000000000f7d18f70823955b8efe4b3f8b13a3971899b5e93f49c99 0.35 MB 941 48
286,396 286,396 0000000000000000a0dd753e4f87486b6139524426c0a1d6d52217fbfbd0cbc8 0.25 MB 467 33
286,395 286,395 00000000000000012859604d4cb5dfe25fde0ec9a5a01e57612a83ce50297a1d 0.50 MB 716 24
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.69 GB sent, 93.66 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.