Memory Pool Memory Pool Refreshing

6,015 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,801 (682,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
225,099 225,099 000000000000006b4100c42e30cc5e151f9dee498f91057228f050104880b0ae 0.10 MB 169 80
225,098 225,098 00000000000003601b5a9926bb81e89ea1149ccb23320f65fb8010a3428f9c7b 0.08 MB 208 206
225,097 225,097 0000000000000389b4e12a5e6d2a8f0efffc03b7290d7035b9fc222a65fdebad 0.14 MB 183 95
225,096 225,096 000000000000027cd3a53be3bd962e91dbbfb0adc4d9af6d16c0b9abed288541 0.25 MB 542 165
225,095 225,095 0000000000000091cdc19e707079eced9a13b89b77b48fb4db735cce2087cc4f 0.50 MB 997 176
225,094 225,094 0000000000000378df042a08822557567c5296e4813fde534ccad1b490b953a4 0.25 MB 691 297
225,093 225,093 00000000000000799abed326ad12ef18151c7d3497b180c9b6d8fdc9dfc8c96d 0.25 MB 756 283
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.