Memory Pool Memory Pool Refreshing

4,991 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,867 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (791,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,570 116,570 000000000000dae0a2ff27f281beb21dc0d42e1a3dadbb6ead4c53ab878d0f73 0.01 MB 21 333
116,569 116,569 0000000000004570d89d32de336a34caa696cb715a07843083921be496d3ebbf 0.00 MB 13 326
116,568 116,568 0000000000007be5748e2911ee6734dbb51461023fb434cc2db7d8651c5429c0 0.00 MB 14 1,884
116,567 116,567 000000000000502a7ee2f631dce323b782490ed44777a6f477f23c7956b0b163 0.00 MB 13 1,120
116,566 116,566 0000000000005574b454a503d7f2458d93fb527fa7312a796c44e06229d5aa65 0.00 MB 14 1,507
116,565 116,565 000000000000da221ebbc7da70064dc629654bf5cc589b719d2afa70c8916cc9 0.00 MB 13 337
116,564 116,564 0000000000005a4f78adc43972b3e83f0f2822af999f1f24993e9ad3f36be6e7 0.00 MB 10 0
116,563 116,563 000000000000182cf6913514b0eaebca1ac11285fa52c07c64152bab739ecaca 0.00 MB 13 308
116,562 116,562 000000000000cbdf2c39007128ed446536079428c8de1c75def37cc275f93e4e 0.00 MB 11 1,314
116,561 116,561 000000000000b9237acc3e152b7e8ed58368c8c28529df77cb31148db09894d9 0.00 MB 15 1,340
116,560 116,560 00000000000081445a7a172022ed5b455df52b75860bc312fa9ac14e5dc415de 0.00 MB 11 362
116,559 116,559 0000000000008cfacf7222878ef0179a3a459f81551745b1c3da43cf55d4fa10 0.00 MB 5 3,875
116,558 116,558 000000000000c6bf23ce202150c950f7c6fa3247097e266281a7dfe19a15aaf3 0.00 MB 13 927
116,557 116,557 0000000000006ca66c4f6a9e31829cb0579d393477584e3fa2cca51b0e94a532 0.00 MB 13 2,331
116,556 116,556 00000000000097e2f78f608cf3f91f565ec3b9eacb29ba007401cc2f378516b7 0.01 MB 36 111
116,555 116,555 000000000000e3afa49884c2e1fa2135706a5afc63d9c895b8b2c120596a5ddb 0.00 MB 11 0
116,554 116,554 00000000000005de9aa6fe49850edbb3eca54675bf7da710745b7f6cec67ee03 0.00 MB 5 1,304
116,553 116,553 000000000000d30788194c16b15027f3547de79e39bd4710a0243c0c53d66a83 0.01 MB 25 1,585
116,552 116,552 000000000000963cd6df5e4af54cdaadfc1e153d3ea664ab82b8180b48fe29f1 0.00 MB 9 625
116,551 116,551 0000000000004a801d71aa533225f8f535dcf30ac6c1051efdc29d898e5cc7cd 0.00 MB 13 681
116,550 116,550 00000000000066804411a88c017779d39fbcc2544ae1021a21d97047dd4ce95f 0.00 MB 14 1,517
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.