Memory Pool Memory Pool Refreshing

3,931 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,201 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (878,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,551 30,551 000000002197ba7b47d16f3de31fabf2e005fc04f4efb853984d5ef5f363aeaf 0.00 MB 1 0
30,550 30,550 00000000216eef4a962d5ed268cc95cec78af38bcae80795a38d249ca4cc37d3 0.00 MB 1 0
30,549 30,549 00000000fa02ac76d2c86e5c642a5b594dc63367620f007d1284f41c178032be 0.00 MB 1 0
30,548 30,548 000000007fdb4385b6f693467c197e5d1fdd0c1f49f8470e68b9b96e332991ab 0.00 MB 1 0
30,547 30,547 00000000f36db1a7daa932fea40e9ef5782623130119fafc2701579ce31c2d6e 0.00 MB 1 0
30,546 30,546 00000000726b0a8ecd2473feb1b8c23d2048e3ec29269971e9946da5f3e65bd9 0.00 MB 1 0
30,545 30,545 00000000b3f6e7cb875be158a3fd634d8a25ecfc4af35f8ebef5bdbb1b40c731 0.00 MB 1 0
30,544 30,544 000000003c963581f36ad574e52f35cb807f9b2449dc3f25011e564d242ab57d 0.00 MB 1 0
30,543 30,543 00000000193f39a6fddc9b391a06de4c14b1f80b9edf03a9322fa9f22711ea00 0.00 MB 1 0
30,542 30,542 00000000192d2e500edd97b7e247031dc0c2ef3605be029e2d79171971081354 0.00 MB 1 0
30,541 30,541 00000000ec71c2f94662fda12709659ef3bafccc2fdab7896f2a29815096aebc 0.00 MB 1 0
30,540 30,540 00000000670f5ebe01a4108d10ce0265b09c949fdf9fb198c6bfcfc59f2a16fc 0.00 MB 1 0
30,539 30,539 00000000ecacbc7b96dffeff4368673fd9dbaa948ae9eada15c5505e8f5dc315 0.00 MB 1 0
30,538 30,538 00000000a856bc525feb4ed611a7dd30bbef840542b669c0ac52f05d9b39586a 0.00 MB 1 0
30,537 30,537 00000000d9cf43176bcfd44d3d6c450ac722b5331e3e613813d908ad6bdf030a 0.00 MB 1 0
30,536 30,536 000000005ff455e3f042eb343340bd3c743613aca9271eda293ab9c3ef57437d 0.00 MB 1 0
30,535 30,535 00000000a7750272bfff5ef6071ad1f11ce19b3e3e606c16a91ed15c2b3ad74d 0.00 MB 1 0
30,534 30,534 00000000c972e8d80868031a0a95d236ca21cdf6f1faf199c17198d27d52ecad 0.00 MB 1 0
30,533 30,533 000000009c5b9b7f55e18a41838dcd3e325c98a97c35d5ee09961f2daf9cd438 0.00 MB 1 0
30,532 30,532 00000000cc6f5bc22a6182513b71ed7c452baa7b8425951ccd0ffa20b25dddcb 0.00 MB 1 0
30,531 30,531 00000000698cb7a355dfd66b82207a1fb25b5e28972c6f61a9b090baad27ffe6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.66 GB sent, 100.62 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.