Memory Pool Memory Pool Refreshing

19,305 transactions
28.23 vMB
Show Random Selection Loading Transactions
Max Size: 160/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,087 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,244 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,086 (412,175 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
449,911 449,911 00000000000000000222a6764b501a0bda35210dac9049699d7d69b8fd7e595e 1.00 MB 1,523 77
449,910 449,910 00000000000000000064767b08980e309ca15e805e6b0cee87a8e517fe01c46f 1.00 MB 2,301 71
449,909 449,909 0000000000000000015a496b16cca430ba3207d13e2ceb6f3415e74e8e872ff6 1.00 MB 1,946 125
449,908 449,908 000000000000000001e3effec95fb884237faf19b61217364a046e85e4821bfd 1.00 MB 2,682 65
449,907 449,907 00000000000000000144abcdce6f2cb03c1bbb81fa76d75152e9030998750adf 1.00 MB 1,769 88
449,906 449,906 000000000000000001d4f7cfd2ffdf85b1521e0f9e24bbed130e5200c68b0597 1.00 MB 2,263 117
449,905 449,905 000000000000000000c5250e8143eb1c8a1abe504c6d08bf29c35bd441af1de8 1.00 MB 2,472 80
449,904 449,904 0000000000000000004fbce6c8e6e32751f965874d0d64b36ce6326dc57a2ce7 1.00 MB 2,225 114
449,903 449,903 000000000000000000d006ca9df5043f00127b51249d9b14847f6350b6a83b31 1.00 MB 2,267 106
449,902 449,902 00000000000000000233de265817453bdc93a4a9c35a1ec9aaa8428a182aa137 1.00 MB 2,315 91
449,901 449,901 00000000000000000268d189db6a7a91fdcd8b80d389a7bece42b6b023e3c13d 1.00 MB 1,187 67
449,900 449,900 000000000000000001fe8cd3f9a6d1a5b53bc1fbc7326ff3374814ab1bd75905 1.00 MB 1,197 81
449,899 449,899 00000000000000000063dbbd8ad8adb3dd84fe783737518bc5af7bd4ca6678a3 1.00 MB 1,032 70
449,898 449,898 0000000000000000019c0f696008ef51ca7f89fd640e8be428130278cdac45ab 1.00 MB 1,612 76
449,897 449,897 00000000000000000253bfd347e03fd1ce6553ce779e3e6778f6cf274eae2bdb 1.00 MB 1,541 80
449,896 449,896 0000000000000000004b3e2224d59c99197541f5c144fd1fe2988d9f1556204d 0.99 MB 2,586 80
449,895 449,895 00000000000000000217b773afbdb51f8180e7ef257f6ef13e9f267292fe3d4c 1.00 MB 2,264 101
449,894 449,894 0000000000000000005c80b8231a2dd7fe74d9cccd74b03ca1e471042f191d1f 0.99 MB 2,199 100
449,893 449,893 00000000000000000249b11153944ff1180156a572183ac3d9bec4a976ed3ccf 1.00 MB 3,720 69
449,892 449,892 000000000000000001ef8fb9a16934ac11f74fe4bd0f41f94a0ec824a829c6a4 1.00 MB 2,482 94
449,891 449,891 000000000000000002698f57ea6fb67ad9b1ad642c2c8bf11ec8504cd375ef5b 1.00 MB 1,854 61
Previous 10 blocks ↓
Total Size: 684.33 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,334.81 GB sent, 100.49 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.