Memory Pool Memory Pool Refreshing

6,457 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (14,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,464 893,464 00000000000000000000fc97932b0fc9f42fa6f153be3155f9d5b8b466cf962d 1.98 MB 4,477 1
893,463 893,463 0000000000000000000072fcdc0bf0691dad1b58fb98636263cd067eaf20f80c 1.65 MB 3,835 1
893,462 893,462 00000000000000000001fc03978ca84ee74fb94243e56c54d3c2a6d7ed316d3e 1.53 MB 3,335 2
893,461 893,461 00000000000000000001454ab067c688a30b0c364b91b57af43e95c06749e60b 1.65 MB 3,531 4
893,460 893,460 00000000000000000002291f85a6615cb8862e742e818480584ca5e94239e4f8 1.67 MB 3,907 3
893,459 893,459 000000000000000000022f212a1360cf1eef6e6a4cac1a770aedc10f2b6474ad 1.69 MB 3,144 6
893,458 893,458 000000000000000000013eff90c828759625c07dcd9a6376f8310c1c9f1b346d 1.63 MB 4,464 1
893,457 893,457 00000000000000000001a070067440441007e4298ff8f0d0f42d17b19a64774c 1.79 MB 3,838 2
893,456 893,456 0000000000000000000155b82080524e519e22d58d9366766b0b06d6fec1e8df 1.44 MB 2,455 4
893,455 893,455 00000000000000000001dba48fff0177035d0c87a951494c9e518b8299fcd74b 1.57 MB 3,652 4
893,454 893,454 00000000000000000000244d665b19bda080fce7eb9eadb11a4b59a16982fda0 1.59 MB 3,942 3
893,453 893,453 00000000000000000000a201143bf8f243e7320142a1fe5afdfb68ca06ff6213 1.75 MB 3,165 4
893,452 893,452 00000000000000000001122fa6ab0b097971e02a2abd5ef5a37d6ae6c34033f6 1.74 MB 4,062 2
893,451 893,451 00000000000000000001788eb0b60affd95f6791c1f4700a2be186b4bad02dd3 1.78 MB 3,822 2
893,450 893,450 000000000000000000011b9d3f31687f1e630748108bc4f1983501730d7eeaca 1.56 MB 4,385 3
893,449 893,449 00000000000000000000349a6dd5d828a549d64c682c638abb0a45fa1588a000 1.57 MB 3,155 8
893,448 893,448 00000000000000000000df5dd645ef5186c89de2a5a5fc700898e4f5f87c5a16 1.52 MB 3,105 7
893,447 893,447 00000000000000000001de4a2994cc8f07d369388d0701e589a5fe276edb826f 1.65 MB 4,406 1
893,446 893,446 0000000000000000000049eb88af76525ad731f71493d20cd0149405948c2aa4 1.68 MB 3,862 2
893,445 893,445 000000000000000000005ac042e9114d4f38bfa8be47c323823d4ba20a3be11d 1.58 MB 4,313 4
893,444 893,444 00000000000000000000a992af09dfa4402e4772a61ea131d89039008640f953 1.54 MB 3,890 5
Previous 10 blocks ↓
Total Size: 768.98 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,616.36 GB sent, 92.71 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.