Memory Pool Memory Pool Refreshing

506 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 493 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (135,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
772,755 772,755 00000000000000000000a25693595d82cb9d050d007f2d1e4ceab00dc8a02ec5 1.41 MB 2,503 16
772,754 772,754 000000000000000000063425535ba1020b314fead7d1def99385fd76394175bd 0.32 MB 525 13
772,753 772,753 00000000000000000000bc7ef35711ee37bbd3ba00e218a2f44157f3e06e4b1d 0.24 MB 441 16
772,752 772,752 00000000000000000003abf5f871c86d3658e33bfaae9fdc6f61a2bb02bbb885 0.12 MB 205 12
772,751 772,751 000000000000000000039390a52745bab8963be0b8b20451e0c55013c7738b42 1.28 MB 2,324 15
772,750 772,750 0000000000000000000154ea0ab0d29013ce3fd68d9c2a954dcf21d731249b15 1.65 MB 2,488 7
772,749 772,749 00000000000000000004929fb76933de6d3e823c9ae41ba72b52543abf1d467e 1.46 MB 3,458 21
772,748 772,748 0000000000000000000533c00027a353ea167f6241c24cace5f7330538010897 0.08 MB 225 13
772,747 772,747 00000000000000000005cf2692f0929fd8f43dcc5b62019ef2ba3354479ffbf2 0.66 MB 1,766 14
772,746 772,746 0000000000000000000409afe285725aa1a5fa62901cfd2d57ca602a95d89cc5 0.43 MB 1,002 13
772,745 772,745 00000000000000000005815028f1d62042d41352beb8a9e036b760ecd3b8e1df 0.11 MB 220 15
772,744 772,744 000000000000000000055af6e5d010018d33cd26a0aa70058262437c5b377788 0.53 MB 975 12
772,743 772,743 000000000000000000009e72cb8db99b281e5d2d4294f10612a4b19618fd0dcb 0.61 MB 1,220 14
772,742 772,742 000000000000000000037922273048919e6d4ce0ef8e1437e0671c3251cc5c0e 0.48 MB 1,098 14
772,741 772,741 00000000000000000005b8c853211257e6ac634785a7837e8fbb1b42b60da89a 0.75 MB 195 2
772,740 772,740 000000000000000000028610b97c27146c6db736ad69459ce3d482ff15be79c2 1.71 MB 1,392 6
772,739 772,739 00000000000000000003caa8baa2d20edddedfc137282754831bc179136aec23 1.25 MB 1,274 16
772,738 772,738 000000000000000000067c1516bcb38dcb2aa5071bb3a43777885518b2d9f71f 0.25 MB 420 12
772,737 772,737 000000000000000000001a11517f3f37290915cd4dad797d1c76f7801c84d51e 0.94 MB 2,040 14
772,736 772,736 0000000000000000000310ac26980a65f6d4369ec7a3246a48c7d0091f7af4d0 0.18 MB 446 14
772,735 772,735 000000000000000000066c8052212b91b3db211f60510b69faa308dc53330cf4 1.40 MB 2,870 8
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.