Memory Pool Memory Pool Refreshing

8,395 transactions (3.02 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,002 (895,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,082 13,082 00000000255a14c61ec1664de04580b1b05e06f3b17d9efab0b3f92d2eb6df83 0.00 MB 1 0
13,081 13,081 00000000b0aa1df23410bd69eadf201c6aa19e4544f4f0277b9f3cf1270e0497 0.00 MB 1 0
13,080 13,080 0000000013bd81837e64942dc3324ac5355f55d7efacaa6a873a3a8820c7ea0d 0.00 MB 1 0
13,079 13,079 00000000bdee0cd38a8570bf8bdba1476baf7b4114a2cbefffa0ca6ca8ae31b0 0.00 MB 1 0
13,078 13,078 00000000bfd207db43427b40674c368ac4390b21c5990670ae16dadac9c897bd 0.00 MB 1 0
13,077 13,077 000000008a49e6647b03f46fdc79e4844c642485d78e6b6a93c7ba3879f6c3af 0.00 MB 1 0
13,076 13,076 00000000379176e1c126959958e8223553d5ae087b059b2c327950c082426718 0.00 MB 1 0
13,075 13,075 0000000071bb5f8870ba92b13d5b9c2a96f488efb236893a120fcfd56ddb36d5 0.00 MB 1 0
13,074 13,074 00000000c09a0bc9243b251b3b8b9ff06a6fba77fefc23249bd4def538ec1980 0.00 MB 1 0
13,073 13,073 00000000f777bee97817e6513cf7febaa7ebd0f67b2a39bb876be123e1fd75e8 0.00 MB 1 0
13,072 13,072 000000009f7a0f561d3401713a658c55349a0b67a4b8fef1dad4e326e2fb98bb 0.00 MB 1 0
13,071 13,071 0000000008ae8663006da3729ddb03ad4c34d95f31d4d5c4c143c787f72796bc 0.00 MB 1 0
13,070 13,070 000000003ef2a78d5a613d1f272408f5e98a48b64e85a576da969d563322eb06 0.00 MB 1 0
13,069 13,069 000000001e47e60efcf9b5cc0498fdb8c8c6e08bb84704973ab30c0c43b4808a 0.00 MB 1 0
13,068 13,068 000000008204d14829c2e2ea9fe73f25fccf2a472c89ad8798faf44a4d39e4a8 0.00 MB 1 0
13,067 13,067 00000000648bfd6f91ddef722a92deaa7c1fa63a8ea7988abc6a891b3c38215a 0.00 MB 1 0
13,066 13,066 000000008661390d9bde1ddcae24fa128eabbb5181add26afdfa5643196bf068 0.00 MB 1 0
13,065 13,065 000000009f566305febed2ad6e023a1282c6c8d60da02f13aaef78d2b0237992 0.00 MB 1 0
13,064 13,064 0000000072dd12f27a5f21c6a2444d5261feaccd1b3675ee52fa6575ca30137b 0.00 MB 1 0
13,063 13,063 00000000efdf654e87823867e5971008f1dd8fbd46bd1b5ae32210db83389e87 0.00 MB 1 0
13,062 13,062 00000000ef11c06810f2b55b8e5fe07d4720a5b900dfd3842840acf9fa43339a 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, 111 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.