Memory Pool Memory Pool Refreshing

38,327 transactions
31.80 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,245 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,204 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,244 (458,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
404,199 404,199 0000000000000000004599d9536a23fe03f684092b3965d426e018ade28fae7b 0.98 MB 1,659 28
404,198 404,198 000000000000000003d49d6afea6e28c1400ec3559076d6499c90787d8b214d4 0.16 MB 348 38
404,197 404,197 000000000000000000fc5b37f308265fbdd84a2b8992a6d6a87d51885857f6f0 0.11 MB 219 29
404,196 404,196 000000000000000002a04da78e46aac8df064866c539485ed82c751cb49266e1 0.43 MB 1,047 46
404,195 404,195 0000000000000000062219f545cc2d143f952fbdb34028196088c40ee13e7ce3 0.14 MB 199 30
404,194 404,194 00000000000000000188c01441bfbbc8c4a985a1be1b0a596ddeaaa05d478c25 0.08 MB 71 21
404,193 404,193 0000000000000000024e0b72bf5bebd31f98f0f3ad494b94a3e9e37f35761352 0.99 MB 2,245 38
404,192 404,192 00000000000000000338ea76a65b88f39e9fe0816cce49011516c7a63542051a 0.54 MB 1,045 30
404,191 404,191 000000000000000005607c649d18a36ab432b85b10cbf86045db62219f14d9f1 0.85 MB 1,231 28
404,190 404,190 00000000000000000374db8313df5decedd1e8d98e2336119bee1da6ca612fb5 1.00 MB 2,246 36
404,189 404,189 000000000000000000fcd5fe85084f2192b5942980703f53ca6f7e4ac5e11629 1.00 MB 2,445 41
404,188 404,188 000000000000000002345cc42926b04ab6ce4c6faa89c0a98dc4af24fa304722 1.00 MB 2,705 75
404,187 404,187 000000000000000002bb0f3e9f2c106e13dccf82861f70cc05f955a8b2bd702d 0.55 MB 1,224 37
404,186 404,186 000000000000000005b234d8d58b38feecf08c9ab07866efed7bd4e9c4fbb130 0.98 MB 1,166 18
404,185 404,185 000000000000000004797d220de337d605e9cef848810011b2cf1ef4bab01e0e 0.52 MB 1,139 36
404,184 404,184 0000000000000000060ccef37913c2e7f1d5cf431a73b8fd6d20adc457bf3c67 0.14 MB 305 33
404,183 404,183 0000000000000000021e3067aa5448c3959b185d900325e94cb3f1dc91920cd0 0.18 MB 383 32
404,182 404,182 000000000000000004d6721d7e61413d4c6f69b09fa3254b9f37acd0138b5ca8 0.34 MB 837 39
404,181 404,181 0000000000000000068ecd769d545340448f122ecb5ef1332660184ffc40329a 0.02 MB 47 33
404,180 404,180 000000000000000000a721d8b3e0f224010ad3f2e70d875be0a459367da996d3 0.99 MB 819 15
404,179 404,179 00000000000000000034ae86e7e9eba9ec372f2c4b0bdf4a4e2fd73911469e9a 1.00 MB 160 1
Previous 10 blocks ↓
Total Size: 684.63 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,358.65 GB sent, 102.51 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.