Memory Pool Memory Pool Refreshing

974 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,960 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 968 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,959 (907,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
412 412 0000000072d95c134f9a33b8f94bfe96186efc32fe8c6d13bdc2a196e40e2df0 0.00 MB 1 0
411 411 000000003ddeb377f8c85e3c7b1ac78715fbb90fe65a617d0c57c0a6f62baf94 0.00 MB 1 0
410 410 000000009579d1a62c9b365682641a0a6d73fc047b93fc5ab4ea046ccd9877ef 0.00 MB 1 0
409 409 000000005ab5baa8ca1a5343bb7d84a5ef42e31b91a2e673137654d689881b27 0.00 MB 1 0
408 408 00000000f079868ed92cd4e7b7f50a5f8a2bb459ab957dd5402af7be7bd8ea6b 0.00 MB 1 0
407 407 000000009df396001cae68e4bbd0d1073e9056e82794a0c1c1c850e6c9d8372d 0.00 MB 1 0
406 406 00000000e3385ef51a21c2ef7d844c9e1390168247858c6865b38698017b614f 0.00 MB 1 0
405 405 00000000a148f310f5c02800fe4b08aa4daf0ea17b212ee07ce00f76768689dd 0.00 MB 1 0
404 404 00000000e1c14f433f188468b2bb6e634fb5381d2c8c1e98e1f87a90842073e8 0.00 MB 1 0
403 403 0000000070e953b7a87dad93a8c63a5884f92ba7f53e38f9dc2b64e09e0b735a 0.00 MB 1 0
402 402 000000005265c5afb97e91a7961ea9861612d965e7714df0c9d38da02b59d8f8 0.00 MB 1 0
401 401 000000005bbced8d14a6ec258a8ab28ae980616e9820437cc3b6d3daff3b7d14 0.00 MB 1 0
400 400 000000002dd9919f0a67590bb7c945cb57270a060ce39e85d8d37536a71928c3 0.00 MB 1 0
399 399 0000000006a774e00b730eeba018fbca6673c32753fce367a316f5c9be4332bd 0.00 MB 1 0
398 398 000000002f7d702a27ccd65158740198f79d4ba1ddea8ab14b56b63a6289fe89 0.00 MB 1 0
397 397 0000000081c0ab052aac47e3ad0dbfab9ca3475e6d8d136a53a698bbced84ee4 0.00 MB 1 0
396 396 00000000b899b23a550aa2d3e06d63dcf9da622a287b0dd2a21d2d9e9fd9a976 0.00 MB 1 0
395 395 00000000dae1bd72006c1f3f6c10763440906e7e7afbf1ffbd51ec020c3a10a8 0.00 MB 1 0
394 394 00000000dfd83646eca8487419578da5dc0e30b425df78a857106f01149e9bcc 0.00 MB 1 0
393 393 000000007ed76ca99c1c83cfdca1fb60104b38f848bc5d7762ffa38c60eaa32b 0.00 MB 1 0
392 392 00000000817225a719e142178240823283cb53ca9e5e79d88fd5ee70e64fe406 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.47 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,646.26 GB sent, 95.29 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.