Memory Pool Memory Pool Refreshing

1,621 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,615 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (737,566 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
170,292 170,292 00000000000006aecc499aeb59b05b77b95a23f86ef716db52d224b097884d56 0.00 MB 1 0
170,291 170,291 00000000000002d99680975fcf0b8b813fe3711d80ccf9666c50e206df5a3992 0.01 MB 29 97
170,290 170,290 000000000000066215a1b518d7973f1fca17c3b0b94956ce6135464d217bfec1 0.00 MB 3 62
170,289 170,289 000000000000053d01604902088d8ede0132c9c6697b422483d393f9b0fdb3af 0.00 MB 1 0
170,288 170,288 00000000000003157f0fe579b4d7d969cc8d0817a947053a99c88d95c8c6f241 0.01 MB 29 38
170,287 170,287 00000000000004aa4da4c4b1e9a92ae76e2b1f345955e823453de286275aaab1 0.01 MB 18 34
170,286 170,286 00000000000008b30220bd22be0c219b0b9de140e309bdab7cd704c19dd181f1 0.05 MB 77 126
170,285 170,285 00000000000006d6adaa1379e3495deb4c468f54cab86cd87deb34ec6e6c3a7e 0.02 MB 80 2
170,284 170,284 00000000000006bf0a04d2f9786cdced72ab5ec75c8ed50f16dd0a4071ff2b02 0.01 MB 21 70
170,283 170,283 00000000000001bf3d3e9a868b9d45556aecdf7e2d562a04b41279642a8d5c6a 0.01 MB 25 134
170,282 170,282 00000000000008e63ca0ff5df2de44d9811f3e139b6bb86008f4852657be7463 0.04 MB 31 57
170,281 170,281 00000000000007f3ec390dc3e61c19bf9c176db42ea3ef9d99a6f61d5e49d33c 0.04 MB 79 57
170,280 170,280 0000000000000875d3b8e4804cc9f6a858feb66c0bc32d11307bd3a751bb4d01 0.03 MB 42 102
170,279 170,279 000000000000010db7f1750d97ec5692229ee998b8207c8db99957048a3c7261 0.01 MB 25 240
170,278 170,278 0000000000000074d6083ebee3b02d5d99f0d5ab4e1b5cf8306dd2d3d0c18724 0.02 MB 69 9
170,277 170,277 00000000000009004f2ae85479e6b817b8f24106181ee88ee7898a5ef4eb0edc 0.01 MB 27 27
170,276 170,276 000000000000088454a8f5c52e2f6a563aca917b7ecf22b7a1fe5251793c67b6 0.05 MB 66 209
170,275 170,275 000000000000003f5178a6236fe11235cf6c6766bf6d5dc4ee229ad71cc10662 0.03 MB 60 117
170,274 170,274 00000000000008f00e21a0a349aab1038d7fc518ad55eac2532a3f711e212243 0.00 MB 1 0
170,273 170,273 00000000000001010a8ab00e5d9a530bd7c098e90cdcf082eca01efcbd637ab6 0.06 MB 84 51
170,272 170,272 00000000000007cdba4e237f0c83f8341864c8564c99567927bc9dd15ec6d0d4 0.05 MB 131 7
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, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.