Memory Pool Memory Pool Refreshing

17,239 transactions (6.29 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,894 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,374 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,893 (819,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,822 89,822 00000000000a7e76d95ec2c6ea3ca70b81435f52901f36c44cdd84cd56d55cab 0.00 MB 1 0
89,821 89,821 000000000008af1f514511b7a517a55424150163b3830eef7e82215374140409 0.00 MB 4 0
89,820 89,820 000000000012350d2255fe4b5416a8b9e8af446508698046802c5f82da72c20d 0.00 MB 2 0
89,819 89,819 0000000000107c370b77dc3e077089eed1eb8c1d53b6368702bd320cf6a76643 0.00 MB 4 0
89,818 89,818 000000000006253e4a5391126d22cc0a92f47c100e55809230820564b03ad6ed 0.00 MB 1 0
89,817 89,817 000000000006a1a524c53fab69ea8133aa85d2eb0eef7a3c070c9e83d23f2ba0 0.00 MB 2 0
89,816 89,816 0000000000038487205461f3af7ca46438102de0d2d7c84d9ead44c77258da83 0.00 MB 2 0
89,815 89,815 00000000000f1eb511793df94cb40f7a1be859077f5b12ecf689f24c3e1f9818 0.00 MB 1 0
89,814 89,814 00000000000792af586fc50b5f7eae387c5a89a9db3399773474c1e6f85764f9 0.00 MB 13 0
89,813 89,813 000000000013095c80475e1b47400b907b876b1b1f5e48ff19a64add60781506 0.00 MB 1 0
89,812 89,812 00000000000bc53d725fcc173089299a1f497d2a8930475bf1cd28efd9603186 0.00 MB 2 0
89,811 89,811 000000000014d62f47b333b6af0f4e818e98f3183ea63eedbf4210eb88415dfc 0.01 MB 6 0
89,810 89,810 0000000000046164121973f21947ef22fe0c08406caf64272c5073412f487e21 0.00 MB 2 0
89,809 89,809 000000000014d378346577d2f11d1dfa6fa643513cbbf6426b5a0c0cc61a963a 0.00 MB 7 0
89,808 89,808 000000000013b42b0ff1df48c687a49cecd312075d3b82acb9188b76153db0c1 0.00 MB 3 0
89,807 89,807 00000000000143e046f3816d1e8625a57fe6d02f76c1c2fe930414b00781a69e 0.00 MB 1 0
89,806 89,806 00000000001452cf808a54c268874dcb3deb37edd514034b0f55ec261e8f2097 0.00 MB 7 0
89,805 89,805 00000000000778743214f679d44b75a1716e5f90d3d93589f1254c570576668c 0.00 MB 2 0
89,804 89,804 00000000000e88be78a70398ed628011bf104f53cf200b12548dfe88ba67cb84 0.00 MB 3 0
89,803 89,803 000000000000659a7519d3ddc69c1d60cbd25119db89fd7a05764e0f5b4791d0 0.00 MB 4 0
89,802 89,802 00000000000c0124867ecd0fc25bbb0a595944bd12f992e303ab5085b2dcbf78 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.42 GB sent, 104.02 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.