Memory Pool Memory Pool Refreshing

9,350 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,840 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (69,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,163 838,163 0000000000000000000242c0384357319aacbc3827b46dea9648ec43f6c79074 1.55 MB 2,865 20
838,162 838,162 00000000000000000001390c3eabfc3736a516a90c72991dc28a9b113be9b20c 1.84 MB 3,571 13
838,161 838,161 00000000000000000000128393a0d47361077590017622d8498eef13e7eaaa78 1.73 MB 3,494 14
838,160 838,160 0000000000000000000172f157fc8e0cddcc82ff0d1123907b1c883ded548c8f 1.73 MB 3,140 18
838,159 838,159 000000000000000000011ce3ceface0f9d2fab709d65a1feebfc94398471a26b 1.59 MB 3,136 21
838,158 838,158 0000000000000000000082cad8e4036d039f4b19bb52605a5bf616d80db4cf48 1.56 MB 3,288 21
838,157 838,157 000000000000000000006acfbe1870d51ba9fc2152f4c40083e0b6b1f67bdad3 1.53 MB 3,241 22
838,156 838,156 000000000000000000029fae6b92f4ed4741340231066b0972863d0c565ee169 1.81 MB 3,192 10
838,155 838,155 00000000000000000001359d9e96047ad3f85e8817dc99a942c6e8a987c4f22f 1.47 MB 2,606 10
838,154 838,154 00000000000000000001bfdf600a744af8498ace7050f7743849fddcae3e0afb 1.84 MB 3,114 13
838,153 838,153 00000000000000000000769f5513cdca937f23c75c5fa3b52ae813caf402417f 1.95 MB 3,063 13
838,152 838,152 000000000000000000021257a8ff7c95247d8ead436404e95ad8a9cbd130e8be 2.31 MB 2,449 14
838,151 838,151 0000000000000000000153df1000cc45b7167c29e19bcb8b96cc37b485ce1a75 2.09 MB 2,587 12
838,150 838,150 000000000000000000021cf4bdb49523344523353b7e4b92a212832f0558fa97 1.58 MB 3,377 16
838,149 838,149 000000000000000000035d1f7fef6cdb8bbe84b18fe3f3e2ef74720bdf7fc4d4 1.83 MB 3,073 10
838,148 838,148 00000000000000000000df5962c72b2e340f7137d29bf0e62c19337886c5924b 1.69 MB 3,405 20
838,147 838,147 0000000000000000000124fa6dc63859dc058ed318aa7a8947ee41bbe35ea137 2.23 MB 2,755 10
838,146 838,146 000000000000000000020c844a20f195e06dd1da64c1321c71bd4e06c6735d28 2.06 MB 2,771 17
838,145 838,145 0000000000000000000119cd0161039d75d4d4edc531b6e9c6222b44961ebced 1.80 MB 3,125 6
838,144 838,144 000000000000000000016a212d80af36bafc251361214b831f0d1fde21422679 2.00 MB 2,808 9
838,143 838,143 000000000000000000021b0b4af34393ac04dc87d978f45696c90b4e04ff5a29 1.54 MB 2,682 10
Previous 10 blocks ↓
Total Size: 769.29 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.49 GB sent, 94.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.