Memory Pool Memory Pool Refreshing

585 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,922 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 505 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (778,468 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,453 129,453 0000000000001beb5fd6379743edd4bf291f79f10d34e6bb8e8d79e66d4bd91d 0.01 MB 32 886
129,452 129,452 00000000000016b06869937d0670544ffe1c7605ac12ffbd6b232950451f590d 0.00 MB 1 0
129,451 129,451 0000000000001c8b844a21bf332df2719cc5d82d9096332a735dfbb224fe7474 0.03 MB 42 507
129,450 129,450 0000000000000548ef54ec91bf0ed3cfe01badfc803b1e5395feb63be536a5e3 0.01 MB 21 2,850
129,449 129,449 0000000000000551d89e6be7a294a45112c7895329599b25ec8469158028736c 0.01 MB 22 1,065
129,448 129,448 0000000000000891b8e1dc97678cfd85cf8d397aa7d1964453c7a9386b79245a 0.14 MB 142 882
129,447 129,447 00000000000002deebb1f61f53b03be28a003578735629b439ddd007d179b3eb 0.01 MB 14 809
129,446 129,446 0000000000001a42118de589b9234bbce48dc4c899cab2709fe9e621eb3ef9ad 0.02 MB 16 1,015
129,445 129,445 0000000000000121ad5ff27e945599761cb4e4ec44ddd5a86f67718c0b70a57f 0.04 MB 122 2,757
129,444 129,444 0000000000000303978c7648613fec071ea07ef71955f589c336b866c6a0d014 0.06 MB 97 679
129,443 129,443 0000000000000c52b56f7c11381bb01d798be90adf175257579798c78c6d84fb 0.10 MB 227 659
129,442 129,442 00000000000002ce894fe7d9c421fab742ef656ca753fe95c338fdd3bd0d69da 0.03 MB 58 1,132
129,441 129,441 0000000000000f660d4aa7637a04bb3c0f3e522363a82c48f0c83df976a3d518 0.02 MB 54 230
129,440 129,440 0000000000000d63616e41dc0b72e79d48d35b890b816a83ae77000843a49a1a 0.02 MB 46 1,265
129,439 129,439 0000000000001470ed62a9d73c1c74a4b3754e18db0abb057be5ad5ffed659bb 0.00 MB 6 2,023
129,438 129,438 000000000000158a4051185f339d59227b776ac6bfe6120fa18293b5c08644a8 0.01 MB 23 1,010
129,437 129,437 000000000000148dd549971897ed46735f565123f506de074da15004383aba9f 0.08 MB 102 934
129,436 129,436 000000000000022ab84e6209d3d039fb3437c1588e9cc2e20d48705c0e4f44d0 0.08 MB 86 828
129,435 129,435 0000000000001117a6b3ecf385529daee0250f7c5d6ff3471f9b36a4acfa5354 0.02 MB 43 292
129,434 129,434 0000000000000f89eb07d43c0175b8cde117bd9739b46de7f5b17888d76fee90 0.05 MB 116 397
129,433 129,433 0000000000000a4ddd98b9b0f0fe9db0c7da05c561195d79b7e58c4ad624d94a 0.09 MB 188 627
Previous 10 blocks ↓
Total Size: 769.39 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,644.42 GB sent, 94.92 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.