Memory Pool Memory Pool Refreshing

9,277 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (739,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,678 168,678 0000000000000294337c0bb6ebe6f37366a846ed2103949f08e88dddbb56ec58 0.03 MB 43 71
168,677 168,677 0000000000000261d8b64d98a31414126808604d06f20d3451bbe71f01092a0d 0.00 MB 3 0
168,676 168,676 00000000000003bb15711375ddbafddfad1882dc2501a6afd4ef0fcfc0d9ef25 0.00 MB 7 697
168,675 168,675 0000000000000645672fed63a7345881cbadff011daaec97fe0968f055d5b48d 0.02 MB 80 15
168,674 168,674 00000000000000237b99dae1dc080bfdaf35f380120d88653d446eca12b7adf1 0.01 MB 35 11
168,673 168,673 00000000000008913eaaac35d0d51357333ea521482d08ca738ebabe55506bb0 0.02 MB 36 98
168,672 168,672 000000000000008bad487c13674ec7f0bda03c7eb71f7eb967cc0afa68e14eba 0.00 MB 10 409
168,671 168,671 0000000000000161f719b3cccec3d5ca07501429512708c349bc15f1e8fa773c 0.02 MB 17 77
168,670 168,670 000000000000069962ffd74fca2e12272d734c129dad96f69bdd3e4fb14a996a 0.04 MB 128 267
168,669 168,669 00000000000007e78e83d1846772274a8fc7f9d730cb7a5a283d85f190a4d4cb 0.01 MB 27 12
168,668 168,668 0000000000000ad2142b1e9398d239bf4b3c5ab86fa349da071d9de5b47b1c64 0.02 MB 44 110
168,667 168,667 00000000000008764e249edb3d59b353f3dc00a904217eee41c555f9e824f406 0.05 MB 104 39
168,666 168,666 0000000000000913214a0c3a1808ce150daa18d9791d4a115af444769c12e878 0.05 MB 30 400
168,665 168,665 00000000000005824586b0f684cbbc2f659336d23d73e1c90323cc306a731e40 0.01 MB 34 3
168,664 168,664 000000000000053b51691cbb5cfd157d3d6f55bcd62b0a366c6ba715e6a406c5 0.00 MB 10 35
168,663 168,663 0000000000000be44cffa25cecefb85b3df884f0bf7904d15ee3137d256b5267 0.01 MB 27 202
168,662 168,662 00000000000007496439ff9e3bb3e38d239014c345f1e4cc9a63e7fb7002bae7 0.00 MB 5 37
168,661 168,661 0000000000000402338ee00b17bd7a6c48d4d5d23e139ed515c8320df21365d5 0.02 MB 81 7
168,660 168,660 0000000000000844abbe1a2834fa770c4132ec417b60199870bf96599191e421 0.00 MB 12 72
168,659 168,659 000000000000084e8b84f782ca258440f5b77f67a834b87a92cc8f5dc79a70e0 0.00 MB 7 94
168,658 168,658 00000000000001b36767009fc5842ab6ad6ce7c21baec38a449e68a48440c51d 0.00 MB 5 126
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.