Memory Pool Memory Pool Refreshing

18,247 transactions (6.29 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,893 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,483 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,892 (859,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,719 49,719 00000000107e5e6b79377e42af04721d3f6d19b8814bc81f061f97f00bc1b91d 0.00 MB 1 0
49,718 49,718 000000000a4e050c1a79fc416eb4e6eb9e32e2ae5ab6f8aa16bf175a8fd43d54 0.00 MB 1 0
49,717 49,717 00000000254b9a0bd5206688af47188b450e00b3d981a78ed943c0b3e09a2eda 0.00 MB 2 0
49,716 49,716 0000000018b20efba81bca7579ab081c853f89b2b82374509a6e389f4365ce44 0.00 MB 1 0
49,715 49,715 0000000009a874a940238bce97b16504d1bb9e8c653c949912a1f1ebf9a96241 0.00 MB 2 0
49,714 49,714 000000000bc5bbcb0ae0ebc939cbd1a7d3adfc8db73edb8526218fb3e2c36fb2 0.00 MB 1 0
49,713 49,713 000000000267f56115030df5aee969e52240a2c1c920bfc10d3316747e51291a 0.00 MB 1 0
49,712 49,712 000000001e71f43090f1b8ab9e373473c70fd2263d7c73801f8450c4c0565ae8 0.00 MB 1 0
49,711 49,711 00000000261cdf890770e7f0fc6a14804dd937836bf26f3f07744fc931c4aa89 0.00 MB 1 0
49,710 49,710 0000000016f726ad714ca576b895e5596f04e444ff7cefe4cd44064143bb820c 0.00 MB 1 0
49,709 49,709 000000001c68d7dcde8ced8beb0685899f34cfbee75f0323f8295b3bb5ea5e41 0.00 MB 1 0
49,708 49,708 000000000c21d3942fe0865d827832e170b1637e11ce63b155796299c5133896 0.00 MB 2 0
49,707 49,707 000000000b5713d17f31be36e55ce1643aa20a81bd62125eb3b60c6b100f97ca 0.00 MB 1 0
49,706 49,706 000000001c553e1608b0dc36527682a7d92cf595fe80c94f997c7c8ebffa9688 0.00 MB 2 0
49,705 49,705 000000000d49c7c4cf5cc6155b7b3c29c50db7a08007b03fecf77e4d3cba347b 0.00 MB 2 0
49,704 49,704 00000000259bba18e6ad8a6dee1a2d86c847b04c87ab6fc6b87e983db6672b0e 0.00 MB 1 0
49,703 49,703 000000000096411146513618112e2ccc862ef849ac9e547df1bbbe04d28b04f7 0.00 MB 1 0
49,702 49,702 000000001ae7daeda92ee8a1ad170858fee39d11ab86e7d0e37cfc95a8411f49 0.00 MB 1 0
49,701 49,701 00000000247ab3fa849efc09a9d63d115375a53e14a46e9790e9ac43443c94ea 0.00 MB 1 0
49,700 49,700 00000000002f6a3a488ebb3e9ab9ca4fef9a5de53db0553697108a3d3f6f6963 0.00 MB 2 0
49,699 49,699 00000000205e97ee2644c4de6f565cb675e1346038e3c06752b35f6f5b4599b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.35 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,863.40 GB sent, 104.01 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.