Memory Pool Memory Pool Refreshing

2,780 transactions
1.52 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,870 (97,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,303 810,303 00000000000000000004295a167fe680da10fccd85650102d5691d7f200c6c58 1.60 MB 1,069 7
810,302 810,302 000000000000000000040968340170f693e61566d8468a0e4dd81fcc24fc0e34 2.21 MB 1,511 9
810,301 810,301 000000000000000000040665dbc70ec302b0fbe223ca7b08d92741f265f946fd 1.76 MB 2,414 12
810,300 810,300 000000000000000000045e004662fc94594527ded916153c79de0b34cf0d2e16 1.60 MB 3,011 23
810,299 810,299 00000000000000000002cbc5959b7a400782e08d8e1d3797ccf59360e88b291d 1.30 MB 2,125 33
810,298 810,298 000000000000000000024709d4ae55be5b2f346f179b777151d36a2a57d6dfe3 1.98 MB 828 4
810,297 810,297 00000000000000000002a6c4a6a6adb85dba066f73b6b2a1c81925567e8709b8 1.81 MB 1,693 12
810,296 810,296 00000000000000000002d496f9f1aec34066cc43718e92c8598c70c27e5806a7 1.58 MB 3,945 2
810,295 810,295 00000000000000000001c219798776eccda13082d2e1a8068bfd1f44404794b6 2.19 MB 1,044 4
810,294 810,294 0000000000000000000230fb078b8b7d7248fa1d80543f912c4c7b912f6ddadb 2.16 MB 1,412 3
810,293 810,293 000000000000000000039aaed35ad47ce9efcc6d2d30cac10b0fb98d71cc661b 2.01 MB 1,674 10
810,292 810,292 0000000000000000000063ec6e5c731c1fe4939867e92729c86b1fc87f216f6c 1.72 MB 1,658 7
810,291 810,291 00000000000000000000a30c0f30227341818d86442184d5f1c3bd4b1259cc0f 1.36 MB 2,303 28
810,290 810,290 0000000000000000000391cb090d449557bf071229a589c55739ac762b92cac2 1.62 MB 3,116 25
810,289 810,289 00000000000000000002fbcb9c94ab0121dd0f2cc8aec519a5af4dd2a0cbedee 1.67 MB 2,961 20
810,288 810,288 00000000000000000003e774610c8e00b4768bc59629d8cbffc8f5b12cd6fde2 2.08 MB 1,195 8
810,287 810,287 000000000000000000036cccc62cc1bd9cb9b0c6064a52a3826f045aa40ce4e7 2.04 MB 692 5
810,286 810,286 000000000000000000014bca90809ec47e27ee808b19a256dc76aeed3bb16fc6 1.95 MB 1,944 15
810,285 810,285 00000000000000000002c6768e139a6f9ca0ca07d87a621755a9e6d5a306816c 1.87 MB 2,772 10
810,284 810,284 00000000000000000004592c74a1df4c99fdbbb6e970f34fe903ec4dcd0655e0 1.85 MB 2,547 18
810,283 810,283 00000000000000000004454a5305f9c8233fa28f113b8e5a928247f5370c3486 1.86 MB 1,245 7
Previous 10 blocks ↓
Total Size: 769.30 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,642.65 GB sent, 94.43 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.