Memory Pool Memory Pool Refreshing

19,371 transactions
35.70 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,143 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,672 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,142 (159,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,943 702,943 0000000000000000000531639b6ddd5c149383993e68fb80ef01e39b07cd4b34 0.04 MB 90 7
702,942 702,942 0000000000000000000aff4f26edd5375e966372887519d70bb8b9cd18f6c57f 1.25 MB 2,471 8
702,941 702,941 0000000000000000000c14449230d50b41c65361faddc078bf4920c5c372ec0e 1.29 MB 2,766 9
702,940 702,940 0000000000000000000a2ae1125fee824d8c60e421541722a47edf2160ea9325 1.45 MB 2,533 9
702,939 702,939 0000000000000000000a3c21fb06bb2ed5a0a8fb53143cbe008c7585fee0390a 0.10 MB 274 11
702,938 702,938 00000000000000000004dbce4350d98fea4098e9e268d7a4850d167a08e5685c 1.52 MB 1,615 7
702,937 702,937 0000000000000000000201b71233a91239f2800172ea03c0c288d55f03d74c10 2.00 MB 1,367 4
702,936 702,936 00000000000000000000b291b5cbafa3e38022f9054b4ac8a6636af09d0ec8f0 1.60 MB 1,773 7
702,935 702,935 0000000000000000000579d03e763a086e0bec0e74ed847115933f2d0c4bf72f 0.06 MB 108 9
702,934 702,934 000000000000000000012c02f4d8de28d1012f69b1fba9fbe48e33d915a59ef2 0.72 MB 853 7
702,933 702,933 0000000000000000000d692f13fa21398b8d58035134c596ac8e45367f703110 1.33 MB 2,193 4
702,932 702,932 000000000000000000088e605658307b91b5a03d3fe34fcf20de4b766c9f0073 1.64 MB 2,548 9
702,931 702,931 00000000000000000000994634c2494318a8901f40dfa518625e4702b66a3d5d 1.57 MB 2,058 14
702,930 702,930 00000000000000000007442dd33756c114d3ceb19203dfa30f4e9ba4b7c136c7 0.27 MB 438 9
702,929 702,929 00000000000000000003aed0d0615b80bea51abe4e993a49b2614e967deaca3c 1.23 MB 1,856 8
702,928 702,928 0000000000000000000187fb0ba2c7144b063985464ab91ce0b3aac9126b8c6a 0.45 MB 768 8
702,927 702,927 0000000000000000000e146cf03340dc1de260c7ab6831d07294564c5121c197 1.12 MB 1,859 7
702,926 702,926 0000000000000000000c2b9ff0091b18cb9a867df7b303ea86af6a6f32651bd7 1.45 MB 2,681 13
702,925 702,925 00000000000000000000f75854db0d774189e7117698a0e8267c4f049ee2b9c0 1.87 MB 1,877 2
702,924 702,924 00000000000000000008e82e861438534a6b6232b255ddfff8f1614244d60ced 1.51 MB 2,739 13
702,923 702,923 0000000000000000000331e807b9f66ce83e324c282a13bcd93da797a4d460db 1.47 MB 2,924 12
Previous 10 blocks ↓
Total Size: 684.43 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,340.87 GB sent, 101.16 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.