Memory Pool Memory Pool Refreshing

6,679 transactions
2.22 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,884 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (682,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
225,120 225,120 00000000000002c23f469fdd202457932eaf61d39abb8cba0a1256317d68a6c3 0.25 MB 804 238
225,119 225,119 000000000000007b7cc6a32db5028c162b3f98a91e2d144dc122b06a3da7b899 0.18 MB 478 214
225,118 225,118 000000000000026c781cff942209f700e42fccfd81e7bf05e1ce618ba4952f67 0.19 MB 438 188
225,117 225,117 000000000000001af7b1148fe9ed63e9ea8c8853f875e2b278e8ac7b9a49ce1c 0.17 MB 392 193
225,116 225,116 0000000000000204f56c369dd1ed9e21c52857094fc8d0a662f7863bd115712b 0.12 MB 234 173
225,115 225,115 000000000000016182bb352a2ec88c12350b6128ba4c6c5113940a6b753ec1a6 0.05 MB 111 124
225,114 225,114 000000000000003ad1b9da1ed1b69fdc883142c93fc5aa6ca6c599c72e3d56d3 0.16 MB 225 104
225,113 225,113 0000000000000320bbc184322f6de20e0e0a2358b5453c82ad7b9a982cb0dcef 0.20 MB 516 223
225,112 225,112 0000000000000356341cd8fcc08a5dfd0979add34bd0541fdfee3e081c1dfccf 0.03 MB 67 76
225,111 225,111 000000000000014bf2938d7c2335926f6094379be7f5c1411bd59a13234861ee 0.38 MB 712 178
225,110 225,110 000000000000010bf4d0f4314aa091c1a3616f6bba122afff56985232c5950a6 0.20 MB 580 263
225,109 225,109 00000000000000d47592df7f1818fb76be23c4c7b1bc0157c97d0a3f206ab85a 0.05 MB 144 194
225,108 225,108 00000000000003d4832665eb948ffec08b295fcceec7ff405ae17643de5fab6b 0.10 MB 188 169
225,107 225,107 00000000000000bfdc37d8cc4a44828fa3bbbe73f9a1301ec9b1044d0193bbbd 0.15 MB 200 62
225,106 225,106 000000000000004662199852e083c8d1558628c88e07d558479252c873430707 0.14 MB 345 196
225,105 225,105 00000000000002645dd708fad520e83434ffafa90586678d0bb23b4d93d1447b 0.00 MB 8 118
225,104 225,104 0000000000000136a2af159a330a01bd26ff5b2a0124fc47f17e0b9f0b97968d 0.05 MB 84 127
225,103 225,103 00000000000003b43d1deeeba768eb85db01073673e22d4bda0028c402001895 0.23 MB 516 188
225,102 225,102 0000000000000374cd8ad01cbd042ddf0bd102f060897c6c2bf4d4ff1343e651 0.00 MB 1 0
225,101 225,101 00000000000000c099e6e66c3127a066647fe6ad130362d793b1b4514c649411 0.13 MB 246 169
225,100 225,100 00000000000001a30afae8ebc3748643bc26d9aab554006819d3bd8a52578df3 0.33 MB 662 195
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.10 GB sent, 94.16 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.