Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,847 (33,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
874,028 874,028 0000000000000000000078d3fbf121d856bcbb48ba4466a675e4446a6c75c219 1.55 MB 3,387 7
874,027 874,027 000000000000000000011952919115d2961d14b54254275af65b7f3086f0940d 1.67 MB 2,850 9
874,026 874,026 00000000000000000002aee10099471698ec6223ad2d47bc464d19d91a81aa01 1.80 MB 3,338 4
874,025 874,025 0000000000000000000218795ff935e1a89627d5c196ae671a5151e4368766f8 1.60 MB 3,055 8
874,024 874,024 0000000000000000000023d2ff34255a3d70a5b934d30837c97f731ae91c6239 1.53 MB 2,513 10
874,023 874,023 0000000000000000000046868b949f547bab4cfac08224213dd63f6329c52bc2 1.47 MB 3,230 5
874,022 874,022 000000000000000000006055696227b3b24135b3b753b4c7235abb691999debe 1.56 MB 2,712 6
874,021 874,021 00000000000000000000236b153cca59e10c597e831466e3f0acbd15843a1e4e 1.65 MB 3,583 8
874,020 874,020 00000000000000000000d76f408a5f8bf862bb6904f9d411aa99358b04fb5a91 1.71 MB 3,927 5
874,019 874,019 000000000000000000029992b36c7236fd9e013f9a8fbfa137b829ae4fdeddc9 1.60 MB 3,210 10
874,018 874,018 000000000000000000007fadf1550a535923a97801fddc71015cbd6b7b20db40 1.57 MB 2,870 6
874,017 874,017 000000000000000000002c3ed88b2c5b733204dcf59eaeaf3e203a197c261dc3 1.41 MB 2,892 8
874,016 874,016 00000000000000000000e24fa8db39369bfecaa55f58c88a15d4513b271f456b 1.56 MB 3,511 11
874,015 874,015 00000000000000000002a088310a03c52a2f739a8689e5ba59c6deda29d72ee8 1.57 MB 3,903 10
874,014 874,014 000000000000000000019d10d8e802e7452669680166d5086838914cd1cbe5c4 1.54 MB 3,318 9
874,013 874,013 00000000000000000000b7b631bb52ee8e03993cc7ab5aa86cdc9607ae237d5b 1.36 MB 1,636 7
874,012 874,012 00000000000000000000472491674dc547b456f9199f089926b61da511c81c2b 1.64 MB 3,849 9
874,011 874,011 0000000000000000000171fe16c9f40863bf66f65e3b9f97dcde6d67aad0a956 1.68 MB 3,690 12
874,010 874,010 000000000000000000026c186481a81160a1b41ec7eee39d0935d338de357024 1.45 MB 3,947 16
874,009 874,009 00000000000000000001be18d0a4c53958672bc848681f8ffd170123654f448d 1.56 MB 4,077 10
874,008 874,008 00000000000000000001a4c2bbe67f9d7e7e26c434bd52acb3d3f821d3a43f45 1.41 MB 3,727 7
Previous 10 blocks ↓
Total Size: 769.26 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,635.20 GB sent, 94.20 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.