Memory Pool Memory Pool Refreshing

4,383 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,752 (108,928 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,824 798,824 0000000000000000000181fd05dac733fa420e0750256027285220f13b9e9c95 1.39 MB 2,777 20
798,823 798,823 0000000000000000000213ebcf9d3990272d9696dae9e679f875847bff7131ae 1.55 MB 4,078 18
798,822 798,822 000000000000000000052ede502747793795e8ffcac03dbd223ee2889b2f092b 1.33 MB 2,672 35
798,821 798,821 00000000000000000003b2d8232667bc63a453e6909a10b788e7b7a86bc3d98c 1.68 MB 2,099 8
798,820 798,820 0000000000000000000147e347c472a445542344c9bddc1d4892b4ae6624b705 1.58 MB 3,520 14
798,819 798,819 00000000000000000003c259ef3609776ac79102917b0fbce63596ba295af5f1 1.44 MB 3,372 27
798,818 798,818 000000000000000000024fa7aa49dcdd489ecc774c7b66c738679675cc0f78a0 1.89 MB 5,330 8
798,817 798,817 0000000000000000000340e60d8f57e6a6c28c678e3243444d5bf1d46752548e 2.08 MB 6,725 7
798,816 798,816 000000000000000000014c55d052db6b95cdfd78d2a3ceef0b76dcc0eb6386d2 2.26 MB 3,319 9
798,815 798,815 000000000000000000032f5bb7b10d8b05c9cb489266ab0222da9ec8b1c37960 1.62 MB 3,641 7
798,814 798,814 000000000000000000052dccc88b3cad7f8d3becac29d1b7b8ea7c18a7c95b9c 1.55 MB 3,173 9
798,813 798,813 00000000000000000002c8ba45d58b060cd8ca2b9ab519a55ce020b64119e13b 1.70 MB 4,041 9
798,812 798,812 000000000000000000029785ad7f7456c6a971d1229fc0e17edae04ed5163dbd 1.41 MB 2,605 13
798,811 798,811 0000000000000000000470d85c15c4699382e35064a8097cd41448a4293eec6b 1.86 MB 4,601 9
798,810 798,810 00000000000000000000674c3054c874fcf28e2cf3ebc9a75e5bfbe27e7fce2c 1.69 MB 3,763 6
798,809 798,809 00000000000000000003e184a0a8d09427c3d934b0250f65bb655b32715824ed 1.78 MB 3,535 10
798,808 798,808 00000000000000000000bd29da3201bf9027fa68c563d0feb98799ac7a71f7c1 1.50 MB 2,482 14
798,807 798,807 00000000000000000003b9633a1e0e626f80627f5c624fc13fdd48f04f599a24 1.59 MB 3,384 10
798,806 798,806 000000000000000000027acb890d8c272978b601e6fff5d41371f59d93438664 1.46 MB 3,483 24
798,805 798,805 00000000000000000000d94434d5ec2319df6a9efaee7799eb442ae3e3b4398e 1.60 MB 3,198 16
798,804 798,804 00000000000000000003b69cdcd27377c964d927c4f1d252f92543244e39e7fe 1.90 MB 4,750 7
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.