Memory Pool Memory Pool Refreshing

7,250 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,582 (901,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,891 6,891 00000000edaa8a068b03459d4e3fd1979bb69ae46cd8233d422388385d98e77a 0.00 MB 1 0
6,890 6,890 00000000f5df9a9a3e31318ffdc8ea3f01fbca1a673222075e306f9b9da02fe3 0.00 MB 1 0
6,889 6,889 00000000dbe2fe042255163d49fbc3001150528e3e76eb4ebbdc8a304c4c646b 0.00 MB 1 0
6,888 6,888 00000000e22466aa2189719d6f43cc2ffdd527e18f4a6f0158ac11226aa0fe77 0.00 MB 1 0
6,887 6,887 000000009a4040e98e1ee2346b7e8892509ffb970c0f59741fc665a92b8fc536 0.00 MB 1 0
6,886 6,886 00000000e7cbf17e4da25723cc71121d461b1a85a1dfa13a605005f056d77cbd 0.00 MB 1 0
6,885 6,885 0000000029975ed506251a4c335d060c02e9e8fd068c3752c92a46278b64181a 0.00 MB 1 0
6,884 6,884 00000000c744db57e41f4555b8ab84f2484e6898754de72289cd6f176d1dfc5e 0.00 MB 1 0
6,883 6,883 00000000c243644e8dad87233f1c211b682562a49c2f27137557b06ccf6a4fb1 0.00 MB 1 0
6,882 6,882 0000000030c4ac4baed7725a572f65e1392391669bc199ab793b565d30b2b810 0.00 MB 1 0
6,881 6,881 00000000fa8389c2f8f9701b81b4fdb7c382da4ce4b964cd0792068d1acf3acb 0.00 MB 1 0
6,880 6,880 00000000cf47f975184db0b4df92c9f798f61aa8143ffb0ce1c48746a8bd63aa 0.00 MB 1 0
6,879 6,879 000000000a57b458066939e046cabe71347f020e6a82c2fee68850d166863ddb 0.00 MB 1 0
6,878 6,878 00000000eb0750ff4a5cc3cf05cc34c758dff20b7820059571faacee4124ebc9 0.00 MB 1 0
6,877 6,877 0000000071a4cf635af61a4b2e31a7268394e7f6314b9db9878e50c5c4a9aa35 0.00 MB 1 0
6,876 6,876 0000000076a094e2dc71900c046a62ea03933a974526357e56f6f5e432748e89 0.00 MB 1 0
6,875 6,875 00000000acfece9599f5bcaa4e596b52d12551aff9d5398a699f6dd4a0a56854 0.00 MB 1 0
6,874 6,874 000000003dd6c16a69dfbda332926bdb5f4c223fe804fc55346b1ae64f6c8513 0.00 MB 1 0
6,873 6,873 00000000ad6361f79e31938dd028f4b87f60facd85f9cc8dde1ff2c9950ccf42 0.00 MB 1 0
6,872 6,872 000000002e02c833d243f4459015bc631c112395c220e8b7a1f709025f2f862d 0.00 MB 1 0
6,871 6,871 0000000034cf5a94968d475294737080888ee545706c3eb5ada30955027aed03 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.91 GB sent, 100.90 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.