Memory Pool Memory Pool Refreshing

4,980 transactions
1.73 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,713 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (86,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
821,602 821,602 00000000000000000000d75ca4d8d4735062f2d8ec58c771e818e33275d9a7d1 1.80 MB 4,966 620
821,601 821,601 00000000000000000000dd964a4cd0c1e40249451f01a52163036b9aacb7b935 1.77 MB 4,881 545
821,600 821,600 0000000000000000000058e732f343b148eda19c91360455f04ddd1dde833351 1.81 MB 5,120 571
821,599 821,599 0000000000000000000385c6e5319553e34869c63592118d908ed99214d2b3b7 1.69 MB 4,539 636
821,598 821,598 000000000000000000038e59321fd35a325e1a3cd2fd6331653b630e8bbcf337 1.64 MB 4,023 677
821,597 821,597 000000000000000000021a2d8236ff7abacffeca2e8c71f9a8b7cb1f89ed9295 1.76 MB 4,525 690
821,596 821,596 000000000000000000008ed27e5d18709c450b78367df4bfbf37dd7b9a1fb6ec 1.61 MB 3,760 787
821,595 821,595 0000000000000000000428204fbb6c41d5b1ea5da2d108b0e3ed1dfc783f99b4 1.67 MB 4,263 637
821,594 821,594 00000000000000000001dc60d01c34ea809f5efd5278ef280a5e744cdece8389 1.75 MB 4,649 583
821,593 821,593 00000000000000000000bcf7092bc298643bec1efdc421e63ed6e5e8b194234c 1.71 MB 3,833 597
821,592 821,592 0000000000000000000108452b8c6a7bff9d3f226485e932962233722452888b 1.67 MB 4,331 506
821,591 821,591 0000000000000000000289a5796333c8a44fd17df7fcf89f0acb8e9b7d1cb8d8 1.79 MB 4,872 418
821,590 821,590 000000000000000000004dd6e79551914e29927b1c6744f88c133a8cfd6c9f6c 1.63 MB 4,096 407
821,589 821,589 00000000000000000000ee241bb27992dbddb67565e2ad6ffbb529ed4e117e9a 1.77 MB 4,685 394
821,588 821,588 0000000000000000000092185a1df1b8704dc12f8fa66f44108354669c1bb13d 1.73 MB 4,733 340
821,587 821,587 00000000000000000002ddf820e7fdeb19197e2eca16f0b73786ad4659ba57fb 1.56 MB 3,403 475
821,586 821,586 0000000000000000000262118c4988c058fecd847d491d369f3e8b5610e8902d 1.79 MB 5,021 324
821,585 821,585 0000000000000000000384b3585709defbc9fe6191d7865c8c1bbc2e1e7db60b 1.69 MB 4,556 309
821,584 821,584 00000000000000000002e235374d407ab4f1f07daf8e5d27d6376fee70614304 1.73 MB 4,474 368
821,583 821,583 000000000000000000017f967b973465a33886fb8588bdd473c27009ce5d858c 1.66 MB 4,169 341
821,582 821,582 000000000000000000002860d323025adc8c1987b3f698753ad92b3db3ade068 1.68 MB 3,875 341
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.