Memory Pool Memory Pool Refreshing

2,169 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,158 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (479,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
428,706 428,706 00000000000000000118deb11d75ac328f418184d0445532fcf8283375685b3a 0.47 MB 917 33
428,705 428,705 00000000000000000129f5b1131229e4522f1d92b6bed93a509e0c5ac7126660 0.99 MB 1,936 41
428,704 428,704 000000000000000000a14505dfb663e5d548631d41d2f2b945bf6c649f0d1e90 0.75 MB 2,075 84
428,703 428,703 0000000000000000023f3acd1b401a35cbca428438853c95b758d6879762bd4d 0.17 MB 482 70
428,702 428,702 000000000000000001a010fbec8b147a8d593818fc83f10f44ef48ff59193a1a 1.00 MB 710 15
428,701 428,701 00000000000000000040b5d4e0b5069ff75b81253172f186b7642c0934f4942c 0.97 MB 1,640 33
428,700 428,700 0000000000000000032e3fe0a77f691e16539a15d36bd250cc95b705261de36f 0.99 MB 2,406 61
428,699 428,699 000000000000000000fa2f7a378e9a92adc3abd1571791682594dbecd6633dd3 1.00 MB 1,156 22
428,698 428,698 00000000000000000311075b8b54956295ce0f2288a653a3d6578434b6650584 1.00 MB 2,183 45
428,697 428,697 000000000000000002102f900a29df3f55ba30ab6c1885e1f105c6811e9d07bb 1.00 MB 1,798 51
428,696 428,696 00000000000000000378be785f464ef19243baba187cb3791ac92a69ca46bb46 0.67 MB 1,661 65
428,695 428,695 00000000000000000368984cb2231175c38b840ad842e296479b4c68f1c8f370 1.00 MB 2,465 24
428,694 428,694 000000000000000001e67f0781f5e31a62863e6d7a1a1f786c7f666a9954a648 1.00 MB 1,421 23
428,693 428,693 000000000000000003490ce991c71a8c10c9c469527abc3c311e24812119aacc 1.00 MB 2,316 62
428,692 428,692 0000000000000000033dd79b6b6a979985f17af6d01d65a6510c72b20617e413 1.00 MB 1,916 44
428,691 428,691 0000000000000000001e9ce8634315d4aab8ed0513e4dbb27e462c44e28d1299 1.00 MB 2,538 68
428,690 428,690 0000000000000000037f22ed391c29b981089511380c4b2ed4aa861515e04e1a 1.00 MB 1,887 37
428,689 428,689 000000000000000001e3524c4e519356afe76146c0cd21c8355a253737a062fa 1.00 MB 1,682 41
428,688 428,688 000000000000000003ac12789e89b6d024c04c5c7cf98b29ab25d7a8e6fe0a7f 1.00 MB 2,893 70
428,687 428,687 000000000000000003d5464c2815b9eef3b7b1d675faa5f2439bb996613a973a 1.00 MB 2,626 72
428,686 428,686 00000000000000000042eca71d2a56127656753f398a9b4879e556bbb6fda0c2 1.00 MB 2,447 64
Previous 10 blocks ↓
Total Size: 769.56 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,649.28 GB sent, 95.75 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.