Memory Pool Memory Pool Refreshing

4,360 transactions
1.76 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (809,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,240 98,240 0000000000049bcecbfa2c38e9de0adede037b242d602bb21a8a0daa60d727d8 0.00 MB 1 0
98,239 98,239 000000000001603006ef61b0dc632d59f32743de8dff286c556ccf744083805e 0.00 MB 3 0
98,238 98,238 000000000000a2e045d267dcf8f52516ebc4be867b654d9f2fd211f93fbc5fa5 0.00 MB 3 0
98,237 98,237 00000000000445b74cb08528fbf58e3ba607e01713e9c95aa10a99d35ec12f7a 0.00 MB 4 0
98,236 98,236 00000000000527f5bf4b8a9ecb0cae63e2c5b6a3ddbcef6d53eb98b19f1c3e58 0.00 MB 4 0
98,235 98,235 0000000000009029dc504157e8d73e6b16f729499f778a6818e4cf024f7bdc2e 0.00 MB 9 0
98,234 98,234 0000000000003c34abdb822d3a969a6735de98db5685446eab1579662bce4c5b 0.00 MB 10 0
98,233 98,233 0000000000042c24186aec1c434be0624118b02a116c16a450b74f2bf0e749f7 0.00 MB 2 0
98,232 98,232 000000000002a359f505d83892e4cf65a73f0f6cd39a80f1bcfb3aea805cae24 0.00 MB 7 0
98,231 98,231 0000000000012e0ad99f31dd2bdaab9712fb47458a6a8de5a787e205833e09ee 0.00 MB 13 0
98,230 98,230 000000000000df7dde276487fce6cb5c5f41b586d1150f2c10dd94ba5c0feeae 0.00 MB 3 0
98,229 98,229 000000000001cb4c4b46c399701ed0cf79923f392381f9c98880a555a77df771 0.01 MB 8 0
98,228 98,228 00000000000190cd7998a361d1ba0ff9320b435f0b290428dc6b1f47ca6301ab 0.00 MB 1 0
98,227 98,227 00000000000200258c3457f887e7888f270c8d7b979214e0a98568f3fd3a0b1d 0.00 MB 2 0
98,226 98,226 000000000004be342ed4d3cb4c789fddcc8f052797bc10f769c7278dc9d141a2 0.00 MB 5 0
98,225 98,225 0000000000050aacfb6de3f208bcf948444d8ec6079709f503ceb2338b0c8253 0.00 MB 3 0
98,224 98,224 000000000002f1798db77b35b9a58b8277ae73caeb95855b5d39eb39d6ff2d74 0.00 MB 2 0
98,223 98,223 000000000001f0e4279e0f21e228343b2837f4f996aa8611af2c73e8b6a6f83a 0.00 MB 2 0
98,222 98,222 0000000000005cae50a6db7855914520ac3cf9286c9d0f4f6b2516b9d1348c24 0.00 MB 1 0
98,221 98,221 0000000000001988adfed9ddb167eca726388d0bdc99052c05213fd2cb0f78df 0.00 MB 1 0
98,220 98,220 00000000000485526b260d9abc627fbfe7295ed028e63758b3e274a9f0b1851b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.11 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,629.70 GB sent, 93.45 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.