Memory Pool Memory Pool Refreshing

17,946 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (52,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
855,104 855,104 0000000000000000000073e1ac99cb3722bc2f57349c109188560e45b582eb84 1.62 MB 6,505 4
855,103 855,103 00000000000000000001f1a9ae7bbf893db4f825ae69a06ad07ae4c9cdc8efe7 1.64 MB 4,152 9
855,102 855,102 00000000000000000000e0712fd821f29022bffc5611602dfd23615714195d65 1.44 MB 2,436 4
855,101 855,101 00000000000000000002ee66427e2211d7c64f51a50e30fd5a06768911c8a7f0 1.60 MB 3,045 4
855,100 855,100 0000000000000000000204ab35db3c4ce07cfad470dbe4aba85d6ae25f0d7d55 1.72 MB 2,769 7
855,099 855,099 0000000000000000000062c7ba4369c045dd5fb679c3c57f4313ad4ee750388f 1.59 MB 3,248 7
855,098 855,098 000000000000000000028c7d21f5c300426698121570fa05c406a1d26cf6a1d3 1.39 MB 2,070 9
855,097 855,097 000000000000000000005efa0b2dd9ec4c8918b2ab40c205d834a6407e378409 1.87 MB 1,943 10
855,096 855,096 00000000000000000002801d7643c83c89b0b1cdcccb8963946c5e5694e0a3ef 1.79 MB 2,094 12
855,095 855,095 0000000000000000000106a75351cc2dfc391f7180efc0aeb784f992741e7143 1.62 MB 1,072 3
855,094 855,094 00000000000000000002ad41b49289e1f756c9d906ccc5bc060884889bc2bc6b 1.51 MB 2,658 5
855,093 855,093 000000000000000000006c9e8e31f1fa9171a03a2152f5ecad0aca8db0f74d88 1.61 MB 4,182 7
855,092 855,092 0000000000000000000236611349a7385f86e6842cceb470aef966edd3ec0522 1.66 MB 3,572 8
855,091 855,091 0000000000000000000192613150231e1026840a824e42519813396f1471de2c 1.48 MB 3,366 13
855,090 855,090 00000000000000000001a463071c1c5f727b60f3ec24a25c98923e37def74632 1.50 MB 2,250 3
855,089 855,089 00000000000000000001b90e3093dca68b286bbd050d51b9405bc96c0833670b 1.59 MB 3,514 10
855,088 855,088 000000000000000000002162da25d2f2d6e21b799007f829eec921716294199c 1.40 MB 2,620 11
855,087 855,087 0000000000000000000177a5f0d0e1a224d94e84c87f19adb8610b915105dfd8 1.53 MB 3,303 13
855,086 855,086 00000000000000000002d1cb8f93f0fcd22066ff9913ae869c49a9d3628cfafc 1.77 MB 3,926 4
855,085 855,085 00000000000000000000957a1e2faddc461a2f96c3af3bfb1278a62b4b04541c 1.57 MB 3,424 9
855,084 855,084 00000000000000000001fe4f30356c6f044481afa90a9ad5be927a7b7b12b7de 1.65 MB 1,797 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.