Memory Pool Memory Pool Refreshing

8,205 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,292 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,940 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,291 (804,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,554 103,554 000000000002851211812cfe2b461bd32258d849eedb3d103fedfa1a21e6bf3d 0.00 MB 12 0
103,553 103,553 00000000000167d6dccd0f3646aa7ac85e6926974e88daeda34fb84c3b00306c 0.00 MB 6 0
103,552 103,552 00000000000087ba3e47ba5ac3d11cb0a9105c03d7cf94b2a6df58e283a79ec6 0.01 MB 21 0
103,551 103,551 000000000001177383e463ec36b699b16f6edbc38f28dbe5fed9dba5e3b928c5 0.00 MB 8 0
103,550 103,550 000000000002a00df92c3982fafb4b166aafc0785e152fe1af9c45ea1893d2b3 0.00 MB 10 715
103,549 103,549 00000000000328afe5f55bb02bf44285e15235feb9e3ebd8771dd13faeca72e1 0.00 MB 3 0
103,548 103,548 000000000001c07de5723bcf986f22f3424f196bec090c20029235219c056881 0.00 MB 4 0
103,547 103,547 0000000000015733600233164dc211d48ec54bc8b79f5a5b623c5cf942f00455 0.00 MB 11 0
103,546 103,546 0000000000000dd806a0bbe7f73f8d8dbe74248efd473197f6a7221e15565256 0.00 MB 10 0
103,545 103,545 0000000000010f3aa098d01cd2e02a5c447a265d1044da3b17014ea5f96157cd 0.00 MB 1 0
103,544 103,544 0000000000008e5506eeea9d63a099338634791670c54b391385caff4a6c2ccb 0.00 MB 3 0
103,543 103,543 0000000000017d6b5ca270185267b262cea916ea05fadd3fe6c7a913887f5aa9 0.00 MB 6 0
103,542 103,542 0000000000029490f7d9b8bb862418773d213a75e97540143757eb238adf157a 0.01 MB 5 0
103,541 103,541 0000000000009f1810fc3a69cc94e26af5096ed9d44ca0e4d52467359963b008 0.00 MB 2 0
103,540 103,540 000000000001bb6f8031a7e75d04ee40acfc26174093b8b653be9571a512bf45 0.00 MB 1 0
103,539 103,539 000000000002497e06eef1144bb97794c6f7f6626c4e7792f54146e898882665 0.00 MB 2 0
103,538 103,538 000000000000d5e1fd6de70eaf54c770d522439648b98802427314f6f96931da 0.00 MB 7 0
103,537 103,537 000000000000913ed4ddab8726a6b6c2b52c3a2e0612410b4cda682bca0fcf14 0.00 MB 10 0
103,536 103,536 0000000000029f88a0dfade4985bcae4ac3a8df4dcb07dd814ea16c2c587e664 0.00 MB 8 0
103,535 103,535 0000000000008ae6d3e086655f7601a8470eb0ceea37aeb03f4d6d75ee3d8adc 0.00 MB 6 0
103,534 103,534 0000000000028f53686f596b4ceab149137c48b10714a280d74272fb27f3673f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.16 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,692.39 GB sent, 98.33 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.