Memory Pool Memory Pool Refreshing

618 transactions
9.07 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 250 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (865,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,172 43,172 00000000301890a8bca52ec0de26e9f5955d3f8f72c1fdbb455d35c3a6096a6a 0.00 MB 1 0
43,171 43,171 00000000176d530f1664d8df036f3982556791d926a79b654e0acc011b0f994f 0.00 MB 1 0
43,170 43,170 0000000020ff80a9a4377604cdb60958e3ac39ae861cb64e7dd29756e9695ea6 0.00 MB 1 0
43,169 43,169 00000000349d9793ac7e7b647550619cc00fdc19041f5a21ee05b6cf8c08f446 0.00 MB 1 0
43,168 43,168 00000000437b8ed373b70a91e68d8249b63aac6e05119983db15804457179dcd 0.00 MB 1 0
43,167 43,167 000000000fd3c32c48be6117608de4340a8ef754d59d0c32b2672e22289968ec 0.00 MB 1 0
43,166 43,166 00000000191ced1d43798b2796e989f56d2d9efac18d729f1d6a7884c3f5f5bd 0.00 MB 1 0
43,165 43,165 000000003a9301981d2a27d11e7ec4b6b1d58392c77c0ce80163ba126b4593f0 0.00 MB 1 0
43,164 43,164 000000002679618e26b74193f307a05e0be234040a53c558aa9ea4b6f4451b95 0.00 MB 1 0
43,163 43,163 000000002f389df2fdb5bcf136c9c0e295d22aa6a3037c88e83c4bc066cd110b 0.00 MB 1 0
43,162 43,162 000000003cb4d28eb0dcca1f587278ab26aa6a5a72e0c33db5ee330f5a0ab4e1 0.00 MB 1 0
43,161 43,161 000000003d361ab2bce535d04e6d17870b814fe44cdcb4803b53cbd0b96c71a9 0.00 MB 1 0
43,160 43,160 0000000024709f6a69f36c625604a7b1c3c475b449bf0dfa1f91e8d28a14f407 0.00 MB 1 0
43,159 43,159 000000001e19d202105c4056a281dc015d0affa5c9527804120af84d64873d91 0.00 MB 1 0
43,158 43,158 0000000014163d80881956ae01ba6bf26de651e0c38b54f1b91d0c7128928f7b 0.00 MB 1 0
43,157 43,157 000000001640c30437fc28a1ad6e3b0098a35f4aa8b876a88691f11c2588d5e5 0.00 MB 1 0
43,156 43,156 000000001b29abb9c26ecda8ead4b22c8d2442a30461a90334594035228c1acc 0.00 MB 1 0
43,155 43,155 0000000014b86e83456ac459f6abc8fb7dd45a7b476be7aeca4d582c0ddbf983 0.00 MB 1 0
43,154 43,154 0000000026aa8cc60421d9a5fb6073cc05a21463a003d860c2b55503bdbf25af 0.00 MB 1 0
43,153 43,153 0000000038892dcdadc36078572c2a7fbf06e9273847b102277c88b669df4b83 0.00 MB 1 0
43,152 43,152 000000001199ad369fc4fa0b391755a7d13ac186db3e4e432078d1bb9ef17c8c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.92 GB sent, 98.83 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.