Memory Pool Memory Pool Refreshing

31,916 transactions
16.68 vMB
Show Random Selection Loading Transactions
Max Size: 95/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,652 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,731 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,651 (656,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
213,995 213,995 0000000000000174afd59855e32af8a76b18b6cd7a7e9c4383b6b9b17402b0dc 0.06 MB 153 153
213,994 213,994 000000000000039c0344dc2fc5fad2d7af465e97e06e8c791dafd14ae107b7b0 0.11 MB 288 168
213,993 213,993 00000000000000ff08fcc43ce3ed83f26fcd7cbf25a068872481be398fa5b779 0.16 MB 290 154
213,992 213,992 00000000000000409b6a93c7a5071f8b0712f175ddf0b55043d5d04bc698fdc3 0.20 MB 494 186
213,991 213,991 00000000000000e7d06b2e9b461d9c95f89c9e7f68a6591c8dcce45925dd4507 0.20 MB 361 161
213,990 213,990 0000000000000454195571f4b42f8e6c5a9e94ebcb1ffea485a27e3a467a2299 0.19 MB 468 186
Previous 10 blocks ↓
Total Size: 700.68 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,376.79 GB sent, 215.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.