Memory Pool Memory Pool Refreshing

4,187 transactions
3.48 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (846,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
61,949 61,949 000000000cb6e425829c7a6a5c21d63fe999ee4a0d8e7ea954d5b993639b699d 0.00 MB 1 0
61,948 61,948 0000000009f8d1bef94e7376023de879be93ae9dcb8879a64b2704f351f0f0a7 0.00 MB 1 0
61,947 61,947 00000000040a41b50f1b5929016ddcba8ef7006a4419dbf0892166143b234ac4 0.00 MB 1 0
61,946 61,946 0000000000d6f37e721dd9aba0052d95f68860cac28997c3509623596e7ad877 0.00 MB 1 0
61,945 61,945 000000000cfc45bf5187339595faaece946f03221b25eb3b4ba8d3008f365928 0.00 MB 1 0
61,944 61,944 00000000030fbed7f86bb9e0871b9cccfe87b2ecd251119839be5ec40ec2342d 0.00 MB 1 0
61,943 61,943 00000000059afc212d32c0644ac08c22394ae368f2654d758d58f16c81655b00 0.00 MB 1 0
61,942 61,942 000000000a41cabc459e5694fbea101f4081d8cb5d816b2d167ecd60c9e58fda 0.00 MB 1 0
61,941 61,941 0000000006ea674ea88de15eb1d32aa6cee23d03a1676ff107e00be2a3c2999d 0.00 MB 1 0
61,940 61,940 0000000003e316f2fdd74cf985b42fd2acbb134772c811a8478a9fdd4a08d35f 0.00 MB 1 0
61,939 61,939 0000000002201f7e8792ac1f943f711be988979bd7c16be7e90d9848db2f178f 0.00 MB 1 0
61,938 61,938 000000000e4c989c6505f1be0ea41cdc8179a63b7fa8d2fa9d7782e53c4bd098 0.00 MB 1 0
61,937 61,937 0000000004a4f2cee47ab88c4d2ed12e73f3d130aca2dd9770e3e6dfaca19e8b 0.00 MB 3 0
61,936 61,936 000000000e98346b67d223e24c6ab3b327b640211baa6466ee5c3e7355201359 0.00 MB 4 0
61,935 61,935 0000000002e4ad26b57d643908fa83e9093d8ebf4c326dca1920a26b77a5faef 0.00 MB 1 0
61,934 61,934 00000000003da827c443443226fa1661e71b4515170f3531af85e9b22af9d8cc 0.00 MB 1 0
61,933 61,933 000000000d5c9572ea792bfe618e9dbb3eef8ab6f32cfa27f09e0b43a748f659 0.00 MB 1 0
61,932 61,932 0000000008412a627209f10875c86255b09a96db9637a326ffdfe1ca5d87a07e 0.00 MB 1 0
61,931 61,931 0000000005e6a9939d24f420199cd9ebfa9a713dcbec0e9604f033968919c716 0.00 MB 1 0
61,930 61,930 000000000437b056f16064b8867f4bb3adf131504566a77cdf16b7c6da7caad9 0.00 MB 1 0
61,929 61,929 0000000009f5485d06b544018635ae793d1cb714ae5bcc468420959dd5e65665 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.