Memory Pool Memory Pool Refreshing

6,616 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,575 (902,565 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,010 6,010 000000002d099cb0497257d14889b8291cf70642f41d3c4784e15d16b65dd961 0.00 MB 1 0
6,009 6,009 0000000054c76b6f6f5281bec251577475cc500fc2f754a3e58985752e6cee12 0.00 MB 1 0
6,008 6,008 00000000b620e15a469e3404a0a5e74ace5b93d69234d1b5dc5dbbe59d54a1aa 0.00 MB 1 0
6,007 6,007 000000008bc3ccc1a72da93565653b8f70c541a9429eb67b1d50db964b86da60 0.00 MB 1 0
6,006 6,006 000000009bbf3121ebaa969547ef40f479bf64bc4bd159d263c640b184eb2d0a 0.00 MB 1 0
6,005 6,005 0000000019dd0eec7de985a95ea4b368aafc0edc7b21ddab82978ca247956f81 0.00 MB 1 0
6,004 6,004 00000000b3ddef529610c784ff3ce6bf39fd322d4f659952843c07262438e34a 0.00 MB 1 0
6,003 6,003 0000000059751467aa018170229ddbaa00e76eb9f18a2e5677d94883cb739d40 0.00 MB 1 0
6,002 6,002 00000000198dcc55f787401f8d0fe034d1bcf67c1132422eeb590db42bf780f5 0.00 MB 1 0
6,001 6,001 0000000055fcaf04cb9a82bb86b46a21b15fcaa75ac8c18679b0234f79c4c615 0.00 MB 1 0
6,000 6,000 00000000dbbb79792303bdd1c6c4d7ab9c21bba0667213c2eca955e11230c5a5 0.00 MB 1 0
5,999 5,999 00000000828cb497379bedf1d0657c297b388ee2dc0edcd2e6998b30a17272bf 0.00 MB 1 0
5,998 5,998 000000000c6d92c5720d01287a7067f6694b81c32f980449f412176f43a6305b 0.00 MB 1 0
5,997 5,997 0000000066fea8a71cb20396330ec02326f37544afce250d847ff8d8eadb199b 0.00 MB 1 0
5,996 5,996 00000000504506810152c882121f64de975bd9074fffbd0e6a01ae1f7d132eef 0.00 MB 1 0
5,995 5,995 00000000de682f326548f8870a0e65f75cd93a04d47d42fdbf300b7dffe6fdeb 0.00 MB 1 0
5,994 5,994 00000000967f7ac20907833790bbcb4f4736b6a65caa0b17889c6545c73854db 0.00 MB 1 0
5,993 5,993 00000000008cd551822768cf78bfd9ffdc68471338636ce7cfb5b22822f0aa74 0.00 MB 1 0
5,992 5,992 000000000b2c1d0ce75fe618d605ae55865d82fc045f959ddff2c839e66f3e52 0.00 MB 1 0
5,991 5,991 00000000527063ef7283eef1af012ceb119299e948d44175941d6c3ef6da4109 0.00 MB 1 0
5,990 5,990 00000000b05ae9b737d5d518dde28f7a51f265606691e2c1fb5c6f05a7f3524a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.76 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.35 GB sent, 100.82 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.