Memory Pool Memory Pool Refreshing

1,350 transactions
25.29 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,033 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (847,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,622 60,622 0000000007454bab6cbb70d058466882ad55200782e4d4b80598cbfb8e05686c 0.00 MB 1 0
60,621 60,621 000000000b743d9ec87ed30496da2e05720ef0f88aeb92e232a8385b1b290dbf 0.00 MB 1 0
60,620 60,620 0000000008af811270f30e0c6bf358df2a5808da7ed3e55718258a3b9c83b0a3 0.00 MB 1 0
60,619 60,619 0000000001d6e410c37f50f21eeeb6089794436f7cb185e1dbf806203a2805e5 0.00 MB 3 0
60,618 60,618 0000000004d7d2e88fc3e90e0832d8a9153475cb159fd154b9dd44b0c93e8344 0.00 MB 1 0
60,617 60,617 0000000009cb898d3d22fb4b4939e363fe92b815f1974ccbccf8a2543c130b9d 0.00 MB 1 0
60,616 60,616 00000000025f197c6d060f25aa2433c2d8e233c5a64823b53091b5978a25fa9f 0.00 MB 2 0
60,615 60,615 0000000007b1c61db0242fade6cd124924581c4274096fcad1da1e11aa756633 0.00 MB 1 0
60,614 60,614 00000000003bac84ccba020a01960eba421eb5b879fbc6fce9ecf37b43d58bc3 0.00 MB 1 0
60,613 60,613 000000000ea69013a5b2d1872854841e3a345d519bb6bdd97c209ffe59bd15b5 0.00 MB 1 0
60,612 60,612 00000000045d50494b327890a4596a540c35c94b02fa1cc09ac0b98174899756 0.00 MB 1 0
60,611 60,611 00000000066de7fcce7c9c1032474568c9ad520c366b6b20b5e89e9ea04a91e5 0.00 MB 1 0
60,610 60,610 000000000ac2fa2bf38f2022a2fce53fd67329138cc72204be4baf32048eced7 0.00 MB 1 0
60,609 60,609 000000000c09cd58f0ae0c9c4cee2e1e5de35c4232f59f35392170baf72c695a 0.00 MB 1 0
60,608 60,608 000000000a16ca306fc227b875f1066af08e1ed23b28feb81afe4615acddcaa3 0.00 MB 1 0
60,607 60,607 0000000004dde25ab9e78fce19f8bc66697bcd66959020dcb567cfa18b0900d6 0.00 MB 2 0
60,606 60,606 000000000168e299bb32b8cd10e07469c7624acb81a917e3d2f79a2e2aeeb5c6 0.00 MB 1 0
60,605 60,605 00000000015c4749b030a39bdfe43853a8a6a4e956ee4ac04bd90e4ebd2e038c 0.00 MB 1 0
60,604 60,604 0000000004ff1138b42da60b265870411eb7657231399e35d4b54ffe7e154afc 0.00 MB 1 0
60,603 60,603 0000000002b67da485bdc7862e99bff83a249901cf274412f0081c559b8659d2 0.00 MB 1 0
60,602 60,602 000000000cf6f4bbab7df7b3e67278848491a869cc7fc004196d67cc5e2ae6c5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.16 GB sent, 98.59 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.