Memory Pool Memory Pool Refreshing

1,411 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,409 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (771,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
136,595 136,595 00000000000004e5ee10f2b00d30cbbb9596dcc7d2cb1f8fd02de18035c41ed2 0.05 MB 133 329
136,594 136,594 00000000000006ecc6ee7fb8c5173b5aeaad645600c229f33e81661e9a1d8b6d 0.05 MB 63 144
136,593 136,593 00000000000000b7e288313fcadd9c7144a08336c9d461bbbb661a5895d85a83 0.00 MB 10 541
136,592 136,592 000000000000079e2f99e7fad3a04979f343df692bf849f7c9420604b36bdf5f 0.05 MB 147 115
136,591 136,591 0000000000000941a54baa799a804246285d26c1447784ea2971b5c8a91e03ca 0.05 MB 143 317
136,590 136,590 00000000000008ac5ac796bf5b3c796565d011425e6e756bb3528a6b953c31bb 0.02 MB 51 560
136,589 136,589 0000000000000a8346baa71a483fafb31e46fb3ee412a071c1a7335dc0522524 0.02 MB 30 86
136,588 136,588 00000000000004cfa99ab1c42854dc7539060972165f3eeb68c9aaa608a22c92 0.05 MB 161 220
136,587 136,587 0000000000000a2bcf5b13316d0841ebba4269f9aaaed794b371350369e5e445 0.05 MB 141 346
136,586 136,586 00000000000006d5ef1f58bbaa37a1155e21a2afd94d264b780cfafbc41e5b5a 0.05 MB 41 21
136,585 136,585 000000000000074a342002779bfa5f1c95500505d6555d3f13dd2baf234f3ae4 0.03 MB 56 784
136,584 136,584 000000000000035ac219a1a52dde48ccd7348deed858b1da47b0f16b7ac70ea2 0.00 MB 1 0
136,583 136,583 00000000000001d7635c5037bd97519b583cd995a56edc0018dfb9a39106f758 0.02 MB 61 242
136,582 136,582 000000000000003f767918da359ac0dd5728edc90552b0e4f4af59419d1b70f5 0.03 MB 91 438
136,581 136,581 00000000000007ae94493f52faf01427e9b1b133850e5ec3a049e8754bbc5b38 0.01 MB 31 403
136,580 136,580 000000000000091993d8fe0597ab5f922b7d2ab6f843c2d33fd6a2cf1a17ce57 0.02 MB 42 54
136,579 136,579 00000000000000689adb21e9dcd50a109a80cd2d623cda02f3cb991ee517f030 0.06 MB 182 1,198
136,578 136,578 00000000000002d9c09862cf3c9613f488fcb9909a67f484bafd3a3af83fa0c1 0.01 MB 15 652
136,577 136,577 00000000000007268b313f4547d9d1f13f86e6619a476cc6bd3b7f2a92d36b7e 0.01 MB 21 24
136,576 136,576 0000000000000a66ce27ac8dda10586cef22ced681af02d848af6ca599836659 0.01 MB 33 428
136,575 136,575 00000000000005ced3cb6290b2256a19c3a03076cb0094f1ac8a575b9fe59096 0.03 MB 76 232
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.