Memory Pool Memory Pool Refreshing

1,256 transactions
0.38 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
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
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (618,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,535 289,535 00000000000000002a6479d1cc77d4de65c4ae421d0155af8c702e8594e07783 0.20 MB 330 31
289,534 289,534 000000000000000025810d196f59f88eba122de8ce63c88c238399cd691ca86e 0.25 MB 497 36
289,533 289,533 0000000000000000d54fd89952181e618117a6c4d810e925a4d6889c51ee01b5 0.15 MB 340 34
289,532 289,532 000000000000000013b827d6bdb9a42a6b2e2c0a1786ac6698ad5891e1c6cfbe 0.17 MB 282 32
289,531 289,531 000000000000000028e844e50c2944f951902730b9dc21cb0fa43b07f6202233 0.26 MB 412 33
289,530 289,530 000000000000000018ceb6cca4bef515e32553fcdd448d1b5d1a3acb3f130562 0.17 MB 206 28
289,529 289,529 00000000000000008c8a4a83a47621e40c90dc07ce561b9d34ee7ed25b472ff1 0.48 MB 858 31
289,528 289,528 00000000000000000dc92df5d4f448fcc6c637a3144bd9185c047615ff028b2d 0.15 MB 266 29
289,527 289,527 0000000000000000858544bd4e9c07c2680e8a592504ef9af855f485686ea405 0.41 MB 762 36
289,526 289,526 00000000000000005f3d5c5891c890afbcf790ef347c34908eadbd9c0d97c0fb 0.05 MB 105 26
289,525 289,525 0000000000000000298b462a85b7847e2f2216a4151a9816ed1c00f1a7589101 0.27 MB 444 28
289,524 289,524 00000000000000000bf51d9273f2a82527aef995cadc4861394a76feffa631cc 0.30 MB 456 26
289,523 289,523 0000000000000000e1014ec9c55f40203ba86ba5c27d85e06bcec887a4e2eaf1 0.18 MB 373 31
289,522 289,522 0000000000000000617fc606e9278535d287d378bd533a1dd55759698b191fca 0.35 MB 718 35
289,521 289,521 00000000000000004095b1b6ff0351687a11bc585acb85375950ab300b031ba7 0.03 MB 26 5
289,520 289,520 00000000000000003a924bf952be71b61a588ec6f6c804337e945c38e96b807f 0.47 MB 639 27
289,519 289,519 0000000000000000f713dfdf2425f856cb4382b4f612150820d9cbdca4602d69 0.17 MB 512 50
289,518 289,518 0000000000000000318be70cef7468802065703a770212dce0a11f3a1e4ed2a5 0.11 MB 256 22
289,517 289,517 000000000000000051b367ae7515ff90ef2a9302aa99f8921264c70da29240d8 0.03 MB 58 55
289,516 289,516 00000000000000010cbe7682ccf5d183f034466a80de70dc5457d31ad00268e6 0.10 MB 156 21
289,515 289,515 0000000000000000039cbbcf45e870c757f717aae801ed4293d31ad88d5e2356 0.25 MB 618 40
Previous 10 blocks ↓
Total Size: 769.14 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,631.92 GB sent, 93.59 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.