Memory Pool Memory Pool Refreshing

309 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.14 vMB 300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (680,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,218 227,218 00000000000000973074da636bee6dcdaa97dd3f76c588dea407cd397808266e 0.21 MB 501 234
227,217 227,217 000000000000015bbfea0c720112eb723c5a98e2e4323f9bd293b6403d2f30b0 0.09 MB 158 129
227,216 227,216 000000000000010c29700ffb648406a2f2e0990e945d67d0b87b24d9383d65fb 0.15 MB 283 194
227,215 227,215 0000000000000107ff278f8b9e7bb9875c312015b5ec5dc2660a971efc3b5c41 0.44 MB 1,021 247
227,214 227,214 00000000000001c9d6b95f3c3ab1a878c69e536b13e99c6818ebc718a5db7eb8 0.00 MB 11 331
227,213 227,213 0000000000000371a5b8addcc9779da8914d0850a2c21246938a2fc2419b3844 0.08 MB 233 211
227,212 227,212 000000000000007b01043537bfde0967003746a58295cb34694e13608e6d51e1 0.00 MB 11 0
227,211 227,211 000000000000032a6b57aed320152aedcc1af8eaacf321b863636c06a7e7e03b 0.06 MB 109 94
227,210 227,210 000000000000022ddcce531acff18d0c954ffd725cad9ff7905fee3382ddfcb9 0.36 MB 664 192
227,209 227,209 0000000000000088d190dd9633a3187674493cedef2383062e4ec821225485e0 0.38 MB 406 247
227,208 227,208 0000000000000298210405c4f745329feab200d48f53163eb3b579793d2ed39a 0.25 MB 593 201
227,207 227,207 000000000000026a77249ff902746f6aa1d7b1dd91fcaf70531cf57b68b49c8f 0.15 MB 283 126
227,206 227,206 000000000000004342d5510c10ae9e7b348b8c75d573d8c315764f92f1b112b1 0.18 MB 456 191
227,205 227,205 00000000000001a4a73b27319ab68312602778efe38ca9149088c6fe442a0a27 0.24 MB 499 192
227,204 227,204 0000000000000279a5d5f9aae527bd352407ff58ba4a2714613ea890031d8a4d 0.17 MB 335 165
227,203 227,203 000000000000013b21f41e82f492772d85860f2dd5caa883c61844c1d0b18baf 0.15 MB 235 46
227,202 227,202 000000000000018c8bd2c9606e36d36f076ded00370b8292dd6c6f1eccc86217 0.34 MB 817 221
227,201 227,201 00000000000003363dd9114ec2e204f4c6cee20ade38f137594f91e5c1356ed3 0.29 MB 661 189
227,200 227,200 00000000000001b239b2b842812b93d6421cbc2eb855cb4bf2e7cd9ebe000329 0.07 MB 228 169
227,199 227,199 000000000000031439d68c587ff9adc0659d9074d3b230a47b24f16133bc2571 0.28 MB 680 218
227,198 227,198 0000000000000088ff4c4d3d73762af22c89176e5d4d0567a33b0fa58e4e5b45 0.27 MB 213 804
Previous 10 blocks ↓
Total Size: 769.56 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,649.23 GB sent, 95.74 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.