Memory Pool Memory Pool Refreshing

8,774 transactions (3.15 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,881 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,682 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,880 (817,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,620 91,620 0000000000089fb68b3bf548234ad8282b8710e2290e595b96a1d7173f7cb82c 0.00 MB 1 0
91,619 91,619 000000000009d7427641f5625a64b9ad4e4a9f4c043f6d166e32bb7816ebfab4 0.00 MB 1 0
91,618 91,618 000000000000ed0e07eb166b94ca3f4bf3711cef9a86c49d9d7528131d6a323f 0.00 MB 1 0
91,617 91,617 000000000005fdb0f820b33fda01c4c93ee88aaea96e0c18719fdfc28c27ed27 0.00 MB 1 0
91,616 91,616 000000000006c61179f30336c64a722a34e577bc1769f5a1631195192aa3139a 0.00 MB 1 0
91,615 91,615 0000000000056001d1a098cf6ab7de514b4d1d2c50fbe760e38332caae80067d 0.00 MB 2 0
91,614 91,614 0000000000056f0e7a4b97dad59d91dcbc0e28f19e209f491434d527f9c673b7 0.00 MB 2 0
91,613 91,613 000000000008024f18325411d71eb75cd04dcc412d0895ceaaab2d9fe7c4f7f0 0.00 MB 1 0
91,612 91,612 0000000000085d13d2936c87cef80465bb3efe169f30099f3fb8aa1fb71c7d0d 0.00 MB 1 0
91,611 91,611 000000000005db757de98a9cb8f508ed891c696da233df5c80f7a860a6e9b248 0.00 MB 3 0
91,610 91,610 00000000000b31bc063c9cbe78da31136c015bdd814775e329e99eee1171adbd 0.00 MB 1 0
91,609 91,609 00000000000a6c1bac476a7d36026349f2c9c162e3bb47bf4204d49ac6e00ed0 0.00 MB 4 0
91,608 91,608 000000000000f8f2f0c32f042b06f6bce0cf2b8950e1d9caec4934df57b4d4a4 0.00 MB 2 0
91,607 91,607 00000000000a998680b3b710bc0486fdeaba3f5fd588cb692de3dd2a05cce79f 0.00 MB 2 0
91,606 91,606 0000000000056f8609fc7e130c343e27b7138b23c0601a38af33c59af447ea67 0.00 MB 3 0
91,605 91,605 000000000004c654508913e771f97c8ebb6f058da4a2649b575f05492307a1a3 0.00 MB 3 0
91,604 91,604 0000000000092d21fab0621d8e71ad24541b4761dce2a4db8f8fa4531a4125c2 0.00 MB 5 0
91,603 91,603 000000000006aed679e4e9c216fd8e8c43c2c5b0e5046ad51cf473997164975f 0.00 MB 3 0
91,602 91,602 000000000008a75b7e8480af3dd5a52478530eb017de2343d9b359ce52dfc1f1 0.00 MB 1 0
91,601 91,601 0000000000061a8568e91be0fcc8afbd746a02752adc7e95f28468f375de1d7d 0.00 MB 1 0
91,600 91,600 000000000002e7316db7247d0ad43472000c679b27b255eb5faaa97507d1671b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.33 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,862.91 GB sent, 103.83 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.