Memory Pool Memory Pool Refreshing

39,913 transactions
33.20 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,838 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 949 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,837 (734,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,113 141,113 0000000000000549661e459949babdb131d48703e921049763ecbf4808ead441 0.05 MB 143 96
141,112 141,112 00000000000003592b9f57158ced6426f5bc202d09cefa6c81a8989ba147a972 0.07 MB 141 161
141,111 141,111 000000000000082d2984a7407f362a04d4f685de2c43533db22e73397c2e9b58 0.01 MB 23 862
141,110 141,110 0000000000000384672ea5183c9d454a58883d9a738ecb2f63ebaf9bfdfc4a9f 0.09 MB 201 202
141,109 141,109 000000000000072c506f4b686e6a02fe924a69b41bb34b1a12431a9df2bdad10 0.05 MB 89 312
141,108 141,108 00000000000002404e2b44d36e5903f29cda0e63e4acc71c0040843297421273 0.02 MB 37 211
141,107 141,107 000000000000009b5351a1201f9be6238b9fed278469dca991f489e56e041449 0.01 MB 20 5
141,106 141,106 0000000000000296a86e62660b35a239b6873a757ca59152165c6ffaf6b46104 0.00 MB 12 0
141,105 141,105 0000000000000077cae6f24fa77aca4a99928b003f6c77a866fe019c7229734e 0.05 MB 132 152
141,104 141,104 00000000000001f23eb02852aa06099469467526dc114aef79cd84455af1c236 0.03 MB 60 91
141,103 141,103 000000000000022d2185c18d8991b728d6d939350a766a58310bb0e0c4474c79 0.01 MB 14 1,360
141,102 141,102 000000000000002ecea39e7be4368c43e518c97f0f455d70d65d2bf9168c7ee2 0.03 MB 77 359
141,101 141,101 00000000000003f19dc558e308478681c55b30a4d3cb294da3382ab68f41742a 0.01 MB 38 123
141,100 141,100 00000000000002f3b190ecd582b2e7edff6d9ffaec2f546f1466f53118b54d46 0.04 MB 44 305
141,099 141,099 000000000000040063238f12894bde2d9c4899b0ab60f3fd744ed19a2519a0f1 0.03 MB 101 68
141,098 141,098 000000000000062b52265f398bccd422e258d34b779c352ccd0eebc891d7e211 0.05 MB 143 77
141,097 141,097 0000000000000032911fb3bf3890e148281b2f9790118dd8ee6ba2f04145db4a 0.06 MB 93 281
141,096 141,096 00000000000007d032020ac729073d3b142631c2b2cbc1c0c9891668b3fa6c34 0.06 MB 122 1,122
141,095 141,095 00000000000000c0117bd245af3340ff5022b1d71fb019fef461ebcabd3c8d83 0.03 MB 34 212
141,094 141,094 00000000000004315779194615a032d621e5de8aaae4b562718bec02e213b6c2 0.02 MB 41 166
141,093 141,093 00000000000007288a708cf2f100cc41e1477900e65045ef0c3fd7764de6eb70 0.02 MB 68 211
Previous 10 blocks ↓
Total Size: 710.18 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: 639.65 GB sent, 13.35 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.