Memory Pool Memory Pool Refreshing

5,778 transactions
11.70 vMB
Show Random Selection Loading Transactions
Max Size: 57/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
886,699 000000000000000000028bb10000000000000000000000000000000000000000 1.00 vMB 3,230 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 886,698 (2,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,457 884,457 00000000000000000000e4726002778d999b973fe138208ed5f6c23df0af7898 1.49 MB 3,064 5
884,456 884,456 0000000000000000000203e8c649efdf36fcabff435512fddfa6f71339fd0c84 1.85 MB 3,352 1
884,455 884,455 0000000000000000000053d9948cb0abfcea1724381b2fb071a72060a4924908 1.77 MB 4,839 1
884,454 884,454 000000000000000000021b64b55b35f771fa3782787b9d5752162da48fe86125 1.59 MB 3,347 4
884,453 884,453 0000000000000000000024c0510a93aaae95a80663eb7ac54d960930d583eeda 1.64 MB 3,015 4
884,452 884,452 0000000000000000000202cd439861afc5e7c4dcfec11a28789e422bedb5cf83 1.65 MB 3,587 3
884,451 884,451 00000000000000000000f76c3de294dda2bccec3826dc354dd89ee253b7a9571 1.71 MB 3,539 4
884,450 884,450 000000000000000000021b661864473ed2685abb3bd3efd0e042d3311f14f51b 1.75 MB 4,282 3
884,449 884,449 0000000000000000000180ca45e23ce0eef047152a775fde5ee70b34c274d274 1.80 MB 3,760 3
884,448 884,448 0000000000000000000054c22e7b3ad4b53e426aa6006df86ab29c370c602bf4 1.60 MB 3,668 5
884,447 884,447 00000000000000000001c735dac91cab876b0b40afd9696e4ac812be6a495563 1.66 MB 3,281 5
884,446 884,446 00000000000000000001c9a91f14b041e4b8d0df76b90ca7ce69a2e10775b599 1.56 MB 3,795 12
884,445 884,445 000000000000000000005f6d0949e9618f75c9aef6e06ff82ad0616f0f89bf35 1.74 MB 2,668 2
884,444 884,444 0000000000000000000138fc4e6ee943dd4101927714f697d1aeb9856337c9ee 1.89 MB 4,117 2
884,443 884,443 00000000000000000000bb44ea61929f94df13be88c0b920396202f99550a597 1.63 MB 3,632 4
884,442 884,442 0000000000000000000177143066b297e75162d293c1b822c1f92a2259be5f88 1.58 MB 3,055 4
884,441 884,441 00000000000000000001e35ccee1b703cc63b38af65db7e97ce656b42e425ad8 1.63 MB 3,658 7
884,440 884,440 000000000000000000009a4e2a7f64b819d2f3e5ce762fb1e139969f72f4497f 1.59 MB 3,431 11
884,439 884,439 0000000000000000000183d45ca96ef17cbc6d25c525016149ba25cefcaca871 1.76 MB 4,267 2
884,438 884,438 000000000000000000026198ae289a81483ef9dd66ead211db6f317695fd852b 1.73 MB 3,588 2
884,437 884,437 000000000000000000023fa732169208b34148c515b487d60d8ea0259173bee2 1.74 MB 4,552 4
Previous 10 blocks ↓
Total Size: 731.78 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: 2,768.77 GB sent, 120.72 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.