Memory Pool Memory Pool Refreshing

3,116 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (501,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
406,673 406,673 0000000000000000058c5d134169619c22d9f38bf9c063eea045d482543244bf 1.00 MB 2,076 35
406,672 406,672 0000000000000000044dfcb701205f6578e6223ab6cfa18e6438122a3e62bddb 0.47 MB 1,108 36
406,671 406,671 0000000000000000040fe3d32a49b0a3ab18a105c8f63c25e770ebc30f04181d 0.21 MB 548 37
406,670 406,670 0000000000000000012fe97b388d92e60185e8d360155c69228e0608762b593f 0.00 MB 14 208
406,669 406,669 000000000000000005f99d33d1b084fc9848c8528c75275baadd6f6464af8a22 0.25 MB 610 36
406,668 406,668 000000000000000005f2d92053c3095a7023eb1218e48701a53c145228ce1187 0.35 MB 806 37
406,667 406,667 00000000000000000509a54bab909acdeceea17af4728e1aa054aab3321fa83a 1.00 MB 2,203 37
406,666 406,666 0000000000000000014c297b093ecc3c46d4ba967fe3811e4453888029e53295 0.96 MB 2,200 39
406,665 406,665 00000000000000000440bfa540cc932a62803bcd50f2f06078a2ef19fc090da9 0.33 MB 790 39
406,664 406,664 00000000000000000410cbcc658474c57c2431a2a5d14320369fd6239c88ecf9 0.54 MB 1,181 35
406,663 406,663 0000000000000000032982b2e399a0ffe98c6e4e8ae7e597d697726370e94cc4 0.99 MB 676 11
406,662 406,662 0000000000000000069108c28e0e3efdf056114f85392e65173237127a4ef12e 0.31 MB 525 25
406,661 406,661 00000000000000000540c141cad44ff5309a12076be11dba407fea3fd777b6f8 0.00 MB 1 0
406,660 406,660 0000000000000000027388d824ed8d6b1bf6af9510473cca4b33c1bc5ae81e20 0.57 MB 1,373 35
406,659 406,659 000000000000000002517ce17907e49e1dbdb2ad7331d900689e24b4be95a17e 0.49 MB 986 34
406,658 406,658 0000000000000000058148a1c8689a4aa5f8ea6f7bd579abe920cc9c79eb0ad4 0.60 MB 1,249 36
406,657 406,657 000000000000000004ae2cca86b3b86bc77bbe60de5c8b44c8e5670573c005d6 0.44 MB 1,143 40
406,656 406,656 00000000000000000047823b9fcbf0ecf688826a7120d17cddebccef26c96a62 0.76 MB 1,083 31
406,655 406,655 000000000000000002073fcb3fcc6940bfde2a5a6317adeff650500971beedf9 0.85 MB 1,390 32
406,654 406,654 0000000000000000021abca36f83ced46634927ba879660412fb5067a61d2e76 1.00 MB 1,488 31
406,653 406,653 000000000000000003d4be299df9f0637af877a09a30c915818afe4565251794 1.00 MB 2,747 65
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.26 GB sent, 93.31 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.