Memory Pool Memory Pool Refreshing

7,885 transactions (2.90 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,405 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,002 (856,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,362 52,362 000000001d0f4c77501c3b35b71221eeb681e014813176ddc7335d6920c7280c 0.00 MB 1 0
52,361 52,361 0000000006b8f8cdf39cb41a3a9e6e5d77a8374e9344b88e4252d31eaf58c023 0.00 MB 1 0
52,360 52,360 0000000015cf2d371161470b95c62df4a920329bda87b6319bea83f6968c65b4 0.00 MB 1 0
52,359 52,359 000000000b96a35d093827a6bb4bafba4c712fda9fc64c77c871727f7a239aca 0.00 MB 1 0
52,358 52,358 000000001b8ce4fe0128b7debb8c6f7966396c3814d67115f806cf1ba1a385af 0.00 MB 1 0
52,357 52,357 000000002085704135d432eebb1c7f03b7468fd549912fdb19a664ce7a2ce5cd 0.00 MB 1 0
52,356 52,356 000000001d3c1ec118b5ebf8c3fac78110f999aa83a5c877ad4f385c232e22d6 0.00 MB 1 0
52,355 52,355 000000000ff4d92906af369c2b1be03a40d660a52c9b8832ae3d58d3a4fc9c74 0.00 MB 1 0
52,354 52,354 00000000004bd6b4d5de1ffb22038b2618146eef7253c9059a3aa0ba48e57c71 0.00 MB 1 0
52,353 52,353 000000000b1ca62860b1d830637126daf66a78492dbef3e5d7f44d5e80796095 0.00 MB 1 0
52,352 52,352 00000000034485a9b16075b6376b33cee47358caab1cb159e30fd86149bdd2f7 0.00 MB 3 0
52,351 52,351 000000001ad7b604117de49a03a202c9aab1bf5f579a6f3bcbc789359e1b4514 0.00 MB 1 0
52,350 52,350 000000001aca637ecda98794cd739908c6e28f578d2536f9eedcf8e6922c0cb9 0.00 MB 1 0
52,349 52,349 000000000a82b3edb0679b077307fb61c258adab54eb92974ec017bedd996b6c 0.00 MB 1 0
52,348 52,348 0000000008f85bc4d1a83d0d56a3854db348cb002a3d135af75847ef8e01d5df 0.00 MB 1 0
52,347 52,347 000000001f2d0c0cd16b1d94b49ff9d4446eba277b33af08b0fef98a782b0a0b 0.00 MB 1 0
52,346 52,346 000000000bef07d749eb88badd1bb06cf9e57419e4a6bfe3853201510918da73 0.00 MB 2 0
52,345 52,345 0000000020aae61cd72681e0eea0230eaf7c6d14c0d002e1430248f1898a236c 0.00 MB 1 0
52,344 52,344 000000001d68b5ea6886ea6040a11f3df1847bf1961773601415cad5ca858ee6 0.00 MB 1 0
52,343 52,343 000000001c5c3ece5ea2017d876311a1be32e898c5767bedb894f16120a72798 0.00 MB 1 0
52,342 52,342 00000000105042b23b05754bf215b1f1ce15493b6285aec39ba23b6fb39f0294 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.55 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,867.96 GB sent, 105.22 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.