Memory Pool Memory Pool Refreshing

9,750 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,393 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (795,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,360 112,360 0000000000007bda98483c5f11afc1b7f01a2f096108f8b261b41b450c621210 0.00 MB 10 706
112,359 112,359 00000000000125ed1c0195c09db5f1668afc57e3909b16f6583b4b59a5705859 0.00 MB 13 921
112,358 112,358 00000000000018558dd5e9c77a7baef89e462589cd104b66489b4ed3e5339bd0 0.01 MB 23 351
112,357 112,357 000000000000dd8ccd02b136a5c00f7dd8592d94837e088daca36232bd61fd85 0.00 MB 12 859
112,356 112,356 00000000000021b00511c402f2e8ef8a303a57bd3cc85b03e8895482f68657d5 0.00 MB 11 348
112,355 112,355 000000000000cfbf3ad7cd02e8eb47836faeafa452d37a94c413fca6177b67b1 0.00 MB 9 0
112,354 112,354 0000000000002c6e34bc183ea3fcabc140da8c25c8d537f5b687760ac4d289e6 0.00 MB 9 353
112,353 112,353 0000000000012ad8ff92a7eedc103dbed01c399c74adad9f6194c349e2213789 0.00 MB 9 338
112,352 112,352 000000000001005dea6941e29f6f3fb5cdbc7f8650883933cd21086c4b1aa482 0.00 MB 7 0
112,351 112,351 0000000000009d340f124a4a272023ceff32b00b73acb9f8646d4e9282e550a9 0.01 MB 17 1,933
112,350 112,350 000000000001271588d95cf81c04b11bb6939359e973b418845834baa2b70031 0.00 MB 10 1,272
112,349 112,349 00000000000098713b98fb917939a180acec57f5824afc70f4408dbd46cdc472 0.00 MB 11 0
112,348 112,348 0000000000011ae08bd8c05d912ec8d4767aefe4397b36ed6438db82374375e8 0.01 MB 28 544
112,347 112,347 000000000000fc659e0d5273e395d90c7a0b3154d85097f1f48a5045485158a9 0.00 MB 3 0
112,346 112,346 000000000000546a7805ab505d689c16c942d77d857602784356a0e486bf1733 0.00 MB 11 677
112,345 112,345 00000000000014b5f899442f5e4041ae93511979aafc5403ce582418e19a73b5 0.00 MB 10 661
112,344 112,344 000000000000c63809bbcb269776dfd23044cf09e00d6be3c7354cd2ecf58960 0.00 MB 11 703
112,343 112,343 000000000000fe7d977f76ec2fdd36e1435ab68c235064a14b23d1ebf5fa80f9 0.00 MB 8 0
112,342 112,342 000000000000977d8cfcada3fe7c77f857324cc61e15a732b814ae2226f013b1 0.01 MB 20 676
112,341 112,341 000000000000f70435e67759e564d2daef8dc9c20ccd0b1587723b4e2be2c749 0.00 MB 9 349
112,340 112,340 0000000000010a0e082d7f2a3143f332d73f665857c5e179499a38f5e64addf0 0.00 MB 10 724
Previous 10 blocks ↓
Total Size: 769.01 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,621.41 GB sent, 92.91 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.