Memory Pool Memory Pool Refreshing

2,921 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,319 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (808,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,249 100,249 0000000000013be3fb367f32ceefe418bad05a80c4f20c8a2628340032fdb8f5 0.00 MB 3 0
100,248 100,248 0000000000009d4285d0b7e594d4956d7c7fc79bd8118a55e0605e8789f65ce4 0.00 MB 12 0
100,247 100,247 000000000001f9a353d3d98fa92c0a5fb3bd0b6790a46c27948525ac20d4873c 0.00 MB 2 0
100,246 100,246 0000000000039dc71b6b731e04ecf41e48c3acca3b237bd142867b8986e5a708 0.00 MB 7 0
100,245 100,245 000000000004649a57a86a7db72cf104e711d01314346146216dafc1e60d0248 0.00 MB 4 0
100,244 100,244 0000000000028ff57298c1356ed2a70391eac3093bf4aba2b08a852b66246524 0.00 MB 2 0
100,243 100,243 000000000003f2f7501f543bc0f8072f4503e35346a3a393142276429f064e7b 0.00 MB 1 0
100,242 100,242 000000000001d9c7c4a06a4e6329f2d6258fb6f395aa025b254294eb0b6bb742 0.00 MB 2 0
100,241 100,241 00000000000403729d60fabbe1c12eacf85e6ec9bdd9f46389afbd8ab2ed7e26 0.00 MB 2 0
100,240 100,240 00000000000038d4c4a0772b9836c105bfc2ad9fc6cac73f5b3b0813108a7882 0.00 MB 1 0
100,239 100,239 00000000000130eaf509c1f0d86971a0ece8111b429e74b5d0a547996ed913df 0.00 MB 3 0
100,238 100,238 0000000000012658c582a0acb5c5b061ea2148b2741079b78c7756a55299f5f6 0.00 MB 1 0
100,237 100,237 000000000000c07f2c90175facfa8c6bc993e057d204357e8c6bdcf5019feb13 0.00 MB 5 0
100,236 100,236 00000000000282f542b4424dd4b2178ab568b983b468747986345f5d6c26c206 0.00 MB 2 0
100,235 100,235 0000000000002c6d347eb00b6f4839941c9a60b904e568a939cff6c93c273b4a 0.00 MB 1 0
100,234 100,234 000000000003c39e0d48216bf29445c3b2883a129bab753b2615b90066fd4f16 0.00 MB 2 0
100,233 100,233 000000000001e8660f70f7af67c24d13270f96758c809f83ed84a12e5f4e7e85 0.00 MB 1 0
100,232 100,232 000000000002f400c96d6c74bcc8e34fb6fe113e6a004ac0597eb2216dd7a0f5 0.00 MB 1 0
100,231 100,231 000000000001164b561543d1452974bbacc3acdb0ce28864a6a9deb3e8bfc800 0.00 MB 1 0
100,230 100,230 0000000000043a3094b130f7c69e8b2af50051701e4f14b2aa41dd5ffae04b5f 0.00 MB 1 0
100,229 100,229 000000000000f919c4e613ce50725c758d6cb90258f309396ba48ad9cda8dfa9 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.27 GB sent, 100.38 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.