Memory Pool Memory Pool Refreshing

6,778 transactions (2.25 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,077 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (874,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,153 34,153 00000000510c78e79e03b99630e4098412821b455206fe774d92846d8eabf8f3 0.00 MB 1 0
34,152 34,152 000000009e23997f2a5c5429b59524845d94c67adb64245ac1aafee5a8b263b5 0.00 MB 1 0
34,151 34,151 00000000d734859fe1befca11c290c7ec320405d3a035d64fd71cdbac5d80aed 0.00 MB 1 0
34,150 34,150 00000000c51a93c0323db0070f70d3e023b8b57f01ecc5dcf7a63c7e4860607a 0.00 MB 1 0
34,149 34,149 00000000a1ecb40e5965794322bb63a2f16d6a204537ca9433879023a0e198e4 0.00 MB 1 0
34,148 34,148 000000005e3581988aceeb8f4ae33d1f410b801414277b64b0cef01847b45073 0.00 MB 1 0
34,147 34,147 000000008c43d208e59fa88b32d8a57069e38321edc06d7791c3cc3408dca99f 0.00 MB 1 0
34,146 34,146 00000000cb572a939fce739d2fb402dbccde021fbd34d1dbcd35ff9871939642 0.00 MB 1 0
34,145 34,145 00000000af2fe46b3fd3f99a4dd95566c32f8c8deda12f97233d1ca73964a19a 0.00 MB 1 0
34,144 34,144 00000000cafc64061c21d82e3e42fe38e081fd906dec66b51c9ba03db76c9267 0.00 MB 1 0
34,143 34,143 0000000093ac80a29bbcb2dd346cde3374a37acb874978ea6b237d434f77b037 0.00 MB 1 0
34,142 34,142 000000003c512a1be136dbe1003081c753eb9d6db41f3ddcb2a2b8bbd8e307c3 0.00 MB 1 0
34,141 34,141 00000000b6fb204430754c80f6c2ea6a75f5d64e8865137cf23f793ee6df9ff4 0.00 MB 1 0
34,140 34,140 0000000053b3c4d568964c47ed05abf5eb0178d860c24dca2b0db31f3f56323f 0.00 MB 1 0
34,139 34,139 000000001b19ad467c3e0f3cc0dc2851655bbe51cf04e2d0227813b09574c8fa 0.00 MB 1 0
34,138 34,138 00000000d2c74092058642a64b7e096526039da73bc78e9fdee7ac42fb977397 0.00 MB 1 0
34,137 34,137 00000000b244da77456f082a5d2bd5b09d39db46009230e381f242a39af36a0d 0.00 MB 1 0
34,136 34,136 0000000080b9f5d8bd54a10857497f572afbde358e8b20816a3e77fc6057b044 0.00 MB 1 0
34,135 34,135 00000000bdcddf5e85db77cfe5315cf63040a157b4167ce7d9acb107a1fcb195 0.00 MB 1 0
34,134 34,134 000000001628f00205e32c068b167bdc441de6755743d8a9985c316e34f6d468 0.00 MB 1 0
34,133 34,133 000000002fe82ed3695f072a5d21cc5a38672db102094f42545e542bc80e2109 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 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,856.82 GB sent, 102.72 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.