Memory Pool Memory Pool Refreshing

8,347 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (766,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,910 140,910 00000000000003b2f362306df3232af83f397ff58bb8562c296bff290d28d857 0.02 MB 69 171
140,909 140,909 00000000000003d961404286ce3d29d45e402725225ffab55f77db911bbf475a 0.01 MB 27 13
140,908 140,908 00000000000002444daaac90a79da204f38a31d02f14503b48b92f06f7e3465e 0.00 MB 8 17
140,907 140,907 00000000000000f403070c91e8b6d600c4a6f275d3cb100a61e78cb123ab8614 0.03 MB 57 152
140,906 140,906 00000000000007b64474d6436a3c32344a09c8fdd476d51af22374307649690f 0.00 MB 13 30
140,905 140,905 00000000000001a74e6fa019ede32722173708afc84d2e0118576acb6d1146be 0.01 MB 16 252
140,904 140,904 00000000000008560799379b2d1a51f166e36f76a893f28e829271fa3758d094 0.00 MB 7 698
140,903 140,903 0000000000000690ecfa8e241961bc0f337864374f998a02b9a10a251e519987 0.05 MB 154 75
140,902 140,902 00000000000005991004f70bfc3fd2a391b1cfe9fb182b755140841eb3d57ecd 0.05 MB 106 81
140,901 140,901 00000000000000f6bdfeefc9f2a005da2d5038bea0ea36f1b1e2a6cb82c863a9 0.00 MB 1 0
140,900 140,900 00000000000006b52211755a6550b7195f1783909ac296a4c932d779f837aea4 0.05 MB 51 209
140,899 140,899 000000000000017c60fba3b5a5a3bce9be24252f22148d9a7078246c8b4b46c5 0.03 MB 33 95
140,898 140,898 00000000000003fb8061a4685c2f2595bdfcd0e4595f5194ec779a3df7ba124a 0.01 MB 28 352
140,897 140,897 00000000000006d015a42e460f0a08cc0feaafd93730e7d5644d725e80fa3357 0.06 MB 110 252
140,896 140,896 00000000000002a502ccdbe643c93035fbf735f9f3772fa40f6c948ef8b09f05 0.01 MB 15 73
140,895 140,895 0000000000000246de84d61c9e8600057d390e1ab5bda26b334f3d537af5f8a5 0.03 MB 65 215
140,894 140,894 000000000000080b6e8d9331df86458779461a5d2e335f796e0e803929af3662 0.00 MB 5 107
140,893 140,893 00000000000005ba76c956fa46732181a5d49dd7052ad8a5761587e2eaf29dcb 0.00 MB 6 68
140,892 140,892 0000000000000521e7f446a2929d03d8fd23c012d98ac53f2f8c9cd2d4f820a6 0.03 MB 71 228
140,891 140,891 000000000000001ccf9f4e71e484fd4ac2dcf4c7179aec17dac081978522e084 0.00 MB 1 0
140,890 140,890 0000000000000386f5fda5383fa95533b0858205b859cac2be1a143c83262bc4 0.05 MB 50 186
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.