Memory Pool Memory Pool Refreshing

20,016 transactions (4.72 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,185 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,700 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,184 (836,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,214 72,214 0000000000686f8082d49a239eb6191448e9dc4d3b68a6141448ad63d2086efc 0.00 MB 1 0
72,213 72,213 00000000000e2a7b71464d754c0ead848aa1f7b66b834f6c219a8d96f4190b69 0.00 MB 1 0
72,212 72,212 0000000000ef5066f54164b768aaf63a33626239accffd0c158793077a34f509 0.00 MB 3 0
72,211 72,211 00000000000d0704590e6c3a654d65324c77d348165e1928238691e95223a4dd 0.00 MB 1 0
72,210 72,210 0000000000e46893a22fce3eaa7f7ca8ae7105056874db5f48960d09a1bc199a 0.00 MB 1 0
72,209 72,209 0000000000ca4e1bc8a284b62723e52b27ab26a302acf76c0447bc7aee12fada 0.00 MB 2 0
72,208 72,208 00000000003fcd1fdd10ec8baccf1af19137257fc92ab1adda716939ae234507 0.00 MB 2 0
72,207 72,207 0000000000a191ce9ac9dcc6ba42df2b513d48279fa16b98939a50a183bbf20f 0.00 MB 1 0
72,206 72,206 00000000008e684a77012e48ed0481b975842639181ad27285ac54132c131200 0.00 MB 1 0
72,205 72,205 0000000000e568e33fed88c43dc14d1049c472a84369704d28cefc1eeaddc49d 0.00 MB 1 0
72,204 72,204 0000000000466a0f32a6fc363745ea3a7a064e7e30b66bffcd845d45f35abd59 0.00 MB 2 0
72,203 72,203 000000000010350293f6904a6066fd0562681558de9ed893716f0d620b962530 0.00 MB 2 0
72,202 72,202 0000000000be7abde9a5d6728163ebe14f5e681439869e7edba2362386e9d131 0.00 MB 1 0
72,201 72,201 00000000006e64e29c9e9a93727754ff63e36c2f2c5c6f318c21b5c36646d692 0.00 MB 1 0
72,200 72,200 00000000002ab91a874ad050a902473581b1fcbfbcfbd8b64b0a0ba76f025a0b 0.00 MB 1 0
72,199 72,199 0000000000dc50f0bea7128f8826da874310453bd33573ebb4d19b9bf3384490 0.00 MB 1 0
72,198 72,198 00000000010531575e7deae780704caafbe38ca0f729d43348056e2427f7b3b2 0.00 MB 1 0
72,197 72,197 0000000000629105f559a4f63e73a336724ae7b724921eeeb1c9814fad4078f6 0.00 MB 1 0
72,196 72,196 000000000066b4512a922222fd0f1293f25d952adf7d3f63e23b60f2c9d95baa 0.00 MB 1 0
72,195 72,195 0000000000a9b6d308ae3b5cf70a336a085a747c9cec36375ce5f6a4668d6c69 0.00 MB 1 0
72,194 72,194 00000000005b7f986c7653cf45f41639a8ef85934039386d463b51d8486f683e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.88 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,991.90 GB sent, 107.18 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.