Memory Pool Memory Pool Refreshing

17,345 transactions
5.59 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,841 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (735,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,214 172,214 0000000000000123e723367a7bf1697a8a3b2baf0303e3e7c8bd9f98492d53b9 0.04 MB 116 138
172,213 172,213 00000000000008e920a34beb1ae9ce19afb560393cee958309b0fa5870703cd7 0.01 MB 18 30
172,212 172,212 0000000000000ad5fa074ae5a62a6b0ab2eaa6ea267bc42fbda7bc12fde17bf7 0.01 MB 18 55
172,211 172,211 0000000000000860b12c4e410310dd7b08320151e2d95aa648de1869fdab902a 0.00 MB 6 675
172,210 172,210 0000000000000374de59cde2c77e09f2e4b4ba5a9cd8396465eb2352dcfe1ced 0.03 MB 44 84
172,209 172,209 0000000000000005a9142cd5be4d04a579af1c9dfb9ba086dd04bb4f3bbb6596 0.01 MB 36 91
172,208 172,208 00000000000002bd2b6e19b85d586809c268e0796750e652ee1547f6a7f96987 0.03 MB 110 6
172,207 172,207 0000000000000a903c92790779829420500cd1bcd4c0d1e9c076376ec46de0b4 0.04 MB 74 73
172,206 172,206 000000000000023be27d7a8909f26e2097e011f51782fa791023b01cea3467fc 0.00 MB 8 49
172,205 172,205 00000000000006d442b15050b6396626d5c352e958bcd0077b290059fde8a3b9 0.03 MB 82 118
172,204 172,204 0000000000000ad0ce810398330be61968cc1fb96720fa3732fe58814dfddbf5 0.00 MB 1 0
172,203 172,203 00000000000005863ba8afc1869d8b878e1c47a36560c67e45e7ac2603fe6141 0.02 MB 40 134
172,202 172,202 0000000000000941b73c4ccd1523a986239cbda0c9dd964b87fab0e972263d7d 0.05 MB 143 137
172,201 172,201 00000000000006083e3eae638d76c93a931bdec8acd11d749cb534e31694e3ba 0.01 MB 23 60
172,200 172,200 00000000000008a02a67184cd94cfef3a50efb066ef00ab6221e2b9fd6f96b88 0.01 MB 25 72
172,199 172,199 00000000000007167cd72366d71b4f89256ddbc84cbc94852d5f52887012f577 0.01 MB 18 196
172,198 172,198 00000000000004e4ce95a571debab53eb3d9c96bd0b944c714b2982f691a7323 0.01 MB 24 263
172,197 172,197 00000000000007029e2c1571dca1cdd8e8464ed2253850d7b216c69042bac9fc 0.00 MB 11 15
172,196 172,196 000000000000078ad1f01bd5bb2adcab103f69783a295c79a90db2a19d79909d 0.02 MB 31 42
172,195 172,195 00000000000007fd6c409ca7d2b2c8ec4b72f0dc2507f3c1448fe9e5f2cf0162 0.05 MB 155 88
172,194 172,194 00000000000008962352659c59c057914f053394774878a97eba33e030dfddff 0.00 MB 1 0
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.18 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.