Memory Pool Memory Pool Refreshing

1,568 transactions (0.49 vMB)
  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,850 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,553 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,849 (886,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,094 22,094 000000009cc1f8e7a9ab9ea6a18e03faa47f15ad12f04fa2790e27eec99b8b51 0.00 MB 1 0
22,093 22,093 00000000ee227a3b3601378b12a474255b6bbe2d36533bc49790088ce4a2e299 0.00 MB 1 0
22,092 22,092 00000000b6ddcfeee3980105c8b9be1dd0b73356da20bed527349ce69e0f81b3 0.00 MB 1 0
22,091 22,091 00000000b80482d7b586d9975dfabad75780f756c327f8ceeb4c69e1bbe78b15 0.00 MB 1 0
22,090 22,090 0000000031293b08c31fd7618f317bd1325b2adc4759e3698aef45ad26a850b5 0.00 MB 1 0
22,089 22,089 00000000f25e3b2c8ecca3ccdbca4ba2a2d5f18264cd0314ffc715d1d8db7c9c 0.00 MB 1 0
22,088 22,088 0000000004d073dae51ddc8fc8aa08af93d5c1946e04f011911b80cdf4c81248 0.00 MB 1 0
22,087 22,087 0000000080fdb653548303d36258f9ab055671ace6591b8a988bcef4b036a58c 0.00 MB 1 0
22,086 22,086 00000000a60cc71464c0054051765b335bdb42490da7124595f3e675edd7cd40 0.00 MB 1 0
22,085 22,085 00000000af6548b54f3be5fdbbc57160f9026f85f88e99631e72397046c0377c 0.00 MB 1 0
22,084 22,084 000000008a07cb55e376984ad072eba2a9f5825ca1d2f2b1522d216d98f7fbc1 0.00 MB 1 0
22,083 22,083 00000000d4a4d80265ab9c7f736f1bd3319923e53591507b66208a06dd2e23f1 0.00 MB 1 0
22,082 22,082 00000000b8be918ae6f9882999ea7277659109b2294e11221b6768c54f759d31 0.00 MB 1 0
22,081 22,081 00000000cd08ed2b8e55adad65448d1cfe44074365563c082272f2a4c2587282 0.00 MB 1 0
22,080 22,080 000000001094b6716531d21c2909e0745e780d64bdda7c76cba5f4e5a5248963 0.00 MB 1 0
22,079 22,079 000000003a1dc3d50453537d0697616d2fbeaf51addac4477bc85c745aa8228f 0.00 MB 1 0
22,078 22,078 00000000ed63fb83898db6a9ee9288b1ac701b7a880e20cb2dadfcad1d53aa7f 0.00 MB 1 0
22,077 22,077 000000003b79ab927176eba2dcf27a1fd557248f93aa1bbaaa4218f8e6c5144f 0.00 MB 1 0
22,076 22,076 000000002c5550a88dca38326b5025365e793245546f8b42b552a0154dec8815 0.00 MB 1 0
22,075 22,075 0000000014e0e941ffa2339a0bc0b6de02a4847f3a15db1965d4c0529b9c199a 0.00 MB 1 0
22,074 22,074 00000000b0c45dd4e42140ab3e2ac56e1d6efa9569792a19ca86d6c57720e2b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.27 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,859.43 GB sent, 103.44 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.