Memory Pool Memory Pool Refreshing

19,538 transactions
6.28 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (7,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,762 899,762 0000000000000000000224543cebd07716666b17eb9fdb2849142fe419fbfe8a 1.63 MB 2,691 2
899,761 899,761 000000000000000000010fec13383745fec9a550ad31d8dd4f96e70268a509f1 0.95 MB 2,097 3
899,760 899,760 000000000000000000016b8f185c80ef999596e6d24f754e887934f968ff9c32 1.41 MB 2,795 2
899,759 899,759 000000000000000000005c60a8113c5974d6ca950dcd85b17107b28fd5ac8f83 1.69 MB 2,913 2
899,758 899,758 00000000000000000001bb9fdcd226b7eed4b3afa1e809d5170aa379ee992e86 1.75 MB 2,372 1
899,757 899,757 0000000000000000000202b18cf967453256aaa76866bbe32cf01581b6270540 1.73 MB 3,090 3
899,756 899,756 0000000000000000000042f8a5b0b2a272f6bf4bbd454a87f8129c91abc9865c 1.64 MB 2,369 3
899,755 899,755 0000000000000000000052ae1ee115bb8d87e97cf17da7e0016a5755b1d869d8 1.61 MB 2,440 2
899,754 899,754 00000000000000000001fccf4f8d40d35900a09b3cc9bcb5e597dba94ea21fe0 1.57 MB 4,032 6
899,753 899,753 0000000000000000000075666a40ff4faa37092861061d6e7ab5d9456d64e7b4 1.52 MB 3,198 2
899,752 899,752 000000000000000000020b17ed0c2a19e6b20111e8ff82051da2fe1b45b41c91 1.56 MB 4,302 7
899,751 899,751 000000000000000000014623d4f31754ee771ff58d4a65fe9462d78a6b2f320e 0.95 MB 1,255 1
899,750 899,750 000000000000000000011da0dcba0fcc3c5841b65794ecbee74484556c193dba 1.69 MB 2,477 2
899,749 899,749 00000000000000000001fb600f085f682e780fb3b83ef8d1693d38f830251a78 1.46 MB 2,117 2
899,748 899,748 000000000000000000021885804d3e633ed6fae3443df5b48f3b2bb21c880c49 1.76 MB 2,650 2
899,747 899,747 00000000000000000001d26a77caa3cc174b53704773d9546d0c652425dada2c 3.97 MB 46 11
899,746 899,746 00000000000000000000d0e07e868cc892fe063a31449e624e47545adbdda906 2.72 MB 1,358 1
899,745 899,745 00000000000000000000fd0ab05125c1ba7498d503aea48d31e4a3fbf9499297 3.82 MB 313 1
899,744 899,744 000000000000000000012a5cd2f00f1f059a6768010623effa14bad5ecd145ef 1.57 MB 3,312 3
899,743 899,743 0000000000000000000212eb6c96dd75c029478b7d801c2cdbae216119c0fa2d 3.60 MB 662 1
899,742 899,742 00000000000000000002047c3b123705dcbaeea4339f63160a19f756df492e4c 1.62 MB 3,653 4
Previous 10 blocks ↓
Total Size: 769.02 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,624.50 GB sent, 93.00 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.