Memory Pool Memory Pool Refreshing

4,638 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,710 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (744,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,740 162,740 0000000000000183ae2dd1381a053e7f409b41815e11a16250bc37dc215a2990 0.02 MB 54 27
162,739 162,739 0000000000000c4bb059cc7ee68c40ad31268b082d00a63857f8ee1af57e6b1d 0.04 MB 101 191
162,738 162,738 0000000000000949687699db0d18d72ed7d45f5b4ba8922d0c6cdeb8ce70dceb 0.01 MB 17 332
162,737 162,737 00000000000000e42162bd6ccd3fb10a9e226dc522a5fef2d0c0d04d0fc337fe 0.04 MB 125 4
162,736 162,736 0000000000000d0297c73dfeab938fc558aba0e45aa8ef98172cf4992196b5e5 0.03 MB 45 62
162,735 162,735 000000000000028eb287b2ace5d4c8ca7e5f1bf8d315dcb28455e9a422c6fdde 0.05 MB 129 5
162,734 162,734 000000000000057ec2ec1407a16c9d78ebcbc30a7d4877811f9b45c8ef4c60d7 0.08 MB 156 227
162,733 162,733 0000000000000995703ca2ca61b50f00d0ace4fd0a636ff9b68045d19d44a086 0.03 MB 63 183
162,732 162,732 000000000000002319c82c73fdaf5090ec570b05ff96f28bfd4761d3d73d6b7e 0.00 MB 8 370
162,731 162,731 00000000000008eaaf12eb32d8682473d2746da0979e71d5a90b88bbb59677f1 0.05 MB 50 31
162,730 162,730 00000000000009505dc211388aa0758bca6f79bf9665aa6e0cf69c4b3cf08690 0.00 MB 9 15
162,729 162,729 000000000000054f992515c6702b78138987bf769f7b5fd5dc5e5e013ee1b29f 0.00 MB 6 0
162,728 162,728 00000000000000d21a48b62f33f272d364b71bb2807fb55d136d210124e53153 0.03 MB 76 161
162,727 162,727 00000000000002c02f5e624f50ab3c1b57196a38b2f4d29387d5ad7f1af91105 0.08 MB 109 135
162,726 162,726 0000000000000c27a36b55ba317e5d88d1a98a96854fcbd5f3226ffc51c78070 0.00 MB 9 18
162,725 162,725 00000000000007f98b6be327df0635c80a6c3935518eaac1924845bb5bc2abae 0.03 MB 70 420
162,724 162,724 0000000000000127f7d7a50fb225ff7cb01aab14fe02aafcd5382909a45e104c 0.02 MB 60 13
162,723 162,723 000000000000018d1f5bd68312a2402efbb8cdb1891289a6a3e2bb385e189200 0.00 MB 3 1,260
162,722 162,722 0000000000000a52672b34d7336ca9040b7f83a5f3a5178a727afdbb991fd227 0.01 MB 13 104
162,721 162,721 000000000000028461bed0542c3bf7a67021a61e18f20a494818a2fe6f92c097 0.05 MB 155 6
162,720 162,720 0000000000000c8f1dd4d85dae4dca5cf1d7a2e108f29b473a363cd1fe8a39bf 0.00 MB 10 17
Previous 10 blocks ↓
Total Size: 769.00 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.67 GB sent, 92.81 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.