Memory Pool Memory Pool Refreshing

7,294 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,726 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (693,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,016 214,016 000000000000054f90dd542cb10488e7f0604990af84c2f0e82f62eb7967d9b8 0.14 MB 296 169
214,015 214,015 000000000000046cd4e815832382c264555f66f5efb545e5b1d3baa6cae35a2e 0.00 MB 3 0
214,014 214,014 00000000000000802e43c2e4d10fa2368461e8e47bff59efa866bc3dc9bc893c 0.03 MB 69 93
214,013 214,013 00000000000000e425a4c06654d52395a210fe8f3813736ff37defe07b85e5c6 0.16 MB 402 192
214,012 214,012 00000000000003b1d04742f8e7652d22755b8357230d11559caebaf3c39ccd99 0.00 MB 11 29
214,011 214,011 000000000000038aaaa06c16855cbe688e4093432ddd31a808f6dffa938e92e3 0.25 MB 662 201
214,010 214,010 00000000000001e4552cc68e942271cdcc378766d2834a0ad875759e3befa9cd 0.05 MB 145 652
214,009 214,009 00000000000002d878f86db9e2afccaad0f6c340672718f057e0ab3c1229a1e5 0.18 MB 376 173
214,008 214,008 00000000000003e6e1ee370eb2e40ff80b6f0aa8d50c395dd9885a0f89026d78 0.05 MB 119 240
214,007 214,007 00000000000001d50183c9d4b462276f3dd67b677187a2aa9d0f4036f5cbf817 0.04 MB 43 79
214,006 214,006 0000000000000121a01c5f271d3f6a1fe00169b056d4158494850911877c8757 0.00 MB 7 222
214,005 214,005 00000000000003648c6adb0c4b458739e79c953854b1c7e2ae2206e6cd7d9252 0.01 MB 12 87
214,004 214,004 000000000000039004f3b036dfe3a55bf4fa58e8eccb2a3182310e9ea2f6c944 0.12 MB 255 178
214,003 214,003 000000000000035062f487684d4786271810a5b891da488e5b0035f1c380bd76 0.29 MB 461 130
214,002 214,002 000000000000046ca16470171307eb6e43acfa20a24632c09478a047899818a1 0.00 MB 11 15
214,001 214,001 0000000000000246c4afd6fd3204ee2d81595ef621e3cbb3e36a651904c464b7 0.19 MB 354 162
214,000 214,000 00000000000003e6427f9fafa8b0e1af0859f15cea90d911f64445d296a2781a 0.07 MB 230 69
213,999 213,999 0000000000000448748d111597fd03962aee9f43abfe8cb911b1a825ddc40060 0.11 MB 227 136
213,998 213,998 000000000000054304c69ba976975a38cf1a6e5d04f8978b14c76f0099c947cb 0.08 MB 202 193
213,997 213,997 0000000000000562d0fccaabf865dad0082a098f8b6604e045182bdbc0dfbaa3 0.03 MB 62 143
213,996 213,996 000000000000030f6829012d7c288514f4c05911f52882b466886ffbd68f5d60 0.05 MB 125 104
Previous 10 blocks ↓
Total Size: 769.03 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.84 GB sent, 93.01 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.