Memory Pool Memory Pool Refreshing

2,631 transactions
23.95 vMB
Show Random Selection Loading Transactions
Max Size: 97/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,307 (800,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,522 107,522 00000000000028d26d228c94bd7c8c8b265a74ebae6e2cddd7039681ebce640c 0.00 MB 11 0
107,521 107,521 0000000000020d35019533dbcf17487a1bacffd18d75a94fe1c96d5e461d4ae7 0.00 MB 9 0
107,520 107,520 0000000000018e6b8d0eae833f494158f4eb36766cd7ce7befd8d336a38bad27 0.01 MB 45 0
107,519 107,519 0000000000019006fafb185525f8d8c62387e7494ca5d0c1f123a48bda05d715 0.00 MB 9 0
107,518 107,518 000000000000d05ddf682ecd6b0bfb0100592a19e803f2fe46a69cd3b74ec2be 0.00 MB 9 0
107,517 107,517 000000000001ff3754aaf21b1c7c60dcb2ebe57e3d9fdc07a23c52072d2c3702 0.00 MB 12 0
107,516 107,516 00000000000014c126522faa297cfb3b1838433cd51497f347e5ba9037f0271f 0.00 MB 11 0
107,515 107,515 0000000000019cf83037fa85b8fe325eff447390b2b651a29d034018b9d00954 0.00 MB 11 370
107,514 107,514 00000000000256a22bb3737f98c0fc795a95dafdde4b29c520eea1eb07b94acb 0.00 MB 5 0
107,513 107,513 000000000001c0e31038adefbe861c2a0fa174dc478475338f0d080553a7b833 0.00 MB 5 0
107,512 107,512 000000000001470108bea7fc6443aed027e10c4f927e011648a315aa7230b5f6 0.00 MB 11 0
107,511 107,511 0000000000009d423babb70db513f216ea60a1bb5b76d3481b52259c86dff660 0.01 MB 49 74
107,510 107,510 00000000000035a9ae4517017a0e1df228295fb8ef16b2ee9d709f50bbd8660a 0.00 MB 10 0
107,509 107,509 00000000000214c4bae8c5846cbd69a051df6a27f3e0e92650239c449dd7b213 0.00 MB 5 0
107,508 107,508 00000000000249ac38e1464048be82bc39ba8b74012faa22571994bdd53432f0 0.00 MB 8 0
107,507 107,507 0000000000004729ca502c5efd54699e8c89dc19aeb3f3439afb545ed28119d7 0.00 MB 9 0
107,506 107,506 0000000000026420dbd75a81118bd1c3ab09fd0cf65309472ba9839d9f923cd0 0.00 MB 2 0
107,505 107,505 00000000000047a62e329384137ac86f5f5af1ef5d925f27be18d5c7798c8908 0.02 MB 60 0
107,504 107,504 000000000001ce6088bf86cb73e22a4191040019eb978d52429a820aa8753f9c 0.00 MB 12 0
107,503 107,503 00000000000154d570196c068af806d64863a9848aabc8d52bf1c7aaa1b96127 0.01 MB 26 0
107,502 107,502 00000000000029f0989c382963329f768a38036717e94bf83584ed17ee33d6f0 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 770.20 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,695.22 GB sent, 98.56 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.