Memory Pool Memory Pool Refreshing

5,791 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,432 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (188,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,387 719,387 000000000000000000019a46860afff7e17d1e53a226611b6493476a59c7394f 0.47 MB 641 7
719,386 719,386 000000000000000000026eba85e5bd326b32cb59decc7822cc5958de52204f93 0.86 MB 984 6
719,385 719,385 000000000000000000062dcb8cd4b98dd15aee06a15cd22280be6b349312d745 0.01 MB 23 3
719,384 719,384 0000000000000000000295efbd122585b17c141d994a63a2b02bf21266d88ee8 0.18 MB 344 9
719,383 719,383 000000000000000000074f430f297344abe4bce5bb14638fa5cf980b73d10642 0.11 MB 189 9
719,382 719,382 0000000000000000000a4e9276a54699392e2222a2e0b012d9ecfbf8b8f18f28 0.25 MB 242 8
719,381 719,381 0000000000000000000b6cb2ecbe7fa430f829d3eb90bcb600ae77a4c6cb3165 0.89 MB 824 5
719,380 719,380 00000000000000000000ef85645edd3b67f2b04eee1460edfacf0b9804ff8a20 0.16 MB 161 27
719,379 719,379 00000000000000000002713df49c89bc9d3f920df88fc44101cb9622d6777937 1.13 MB 1,684 6
719,378 719,378 00000000000000000002b5b07ac2498d644dcbf36f3bc7c251352cda44a159b3 0.77 MB 1,370 9
719,377 719,377 00000000000000000004006521fc7c9939180b24c143b85296f8115ea26217e4 0.03 MB 68 7
719,376 719,376 0000000000000000000737d5b1a3149fca496ee3d33caf6695e4d05ef966de73 0.69 MB 967 20
719,375 719,375 000000000000000000017bbd43880be4edba8854f8f41631c249498a9bc841ff 0.62 MB 1,226 9
719,374 719,374 00000000000000000003e239728f4fafceda68086e6ef5b66a6c179f86c44c79 0.21 MB 336 6
719,373 719,373 00000000000000000004b6046d93d1d16108be2ac3c5a0dc9cba18a3977f0bc6 0.39 MB 572 8
719,372 719,372 0000000000000000000a1052ffcc83bb8d872e936233b77ef9809d1bb41068ec 1.55 MB 2,822 7
719,371 719,371 000000000000000000032d7159288f38a8fb3c40f9a9dce5c7320ed6ccd7e46c 1.21 MB 2,009 6
719,370 719,370 00000000000000000009a96347dd1b3dec2087a9f59ba4f4f845aa41f33af6b6 0.35 MB 451 3
719,369 719,369 00000000000000000000288de0bc44606836fca6d40995a6f39c3884ea5e8a02 1.21 MB 1,206 8
719,368 719,368 0000000000000000000461c76295191e36c34e769bc23bfcbf1ad9a16674fa55 1.55 MB 753 2
719,367 719,367 00000000000000000006eb04e12e4f401d0eb1544a448d4cbb084495bd1b8dd0 1.68 MB 2,225 6
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.56 GB sent, 94.40 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.