Memory Pool Memory Pool Refreshing

12,620 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,069 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (546,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,843 360,843 000000000000000012c859521abde87d76dfe98a5a8d4391b7b466b4aa7f5fad 0.30 MB 599 33
360,842 360,842 00000000000000000d05c503b5e06691652054ce34d705b5bafb7ed2e571000a 0.00 MB 1 0
360,841 360,841 00000000000000000762c69c7ba00455eb4045600f5f0af503904ba68b936449 0.34 MB 713 27
360,840 360,840 0000000000000000029f5de273630279552b2016e780c15baf8964c63b38231d 0.12 MB 288 34
360,839 360,839 0000000000000000158eab31841f8b5e2d9638c504670047686f89fedc028b4b 0.00 MB 9 37
360,838 360,838 00000000000000000bb483bed519972c39aa4007775eb7723d328ff416f58bc5 0.06 MB 141 28
360,837 360,837 00000000000000000bbcbaac345c9006168cc78191c62bc83c6be50140b64725 0.06 MB 81 19
360,836 360,836 000000000000000010c365fd963824e4a432030bfef4f5bd94697e1986d1b011 0.08 MB 175 27
360,835 360,835 000000000000000007de9e42a31b306e09288f7992bb658bb08bf6ec2c5a1cbf 0.20 MB 328 24
360,834 360,834 000000000000000006c403e64941fa8298e4ff47eb612e7f4b45f9cbd05a577a 0.05 MB 93 24
360,833 360,833 0000000000000000169936d7fc1f75fb8d4369bc724ca90246791fc9536c86fb 0.46 MB 944 28
360,832 360,832 000000000000000004474cdd156b70893c916efb2ebce95cf3faae41514c14cb 0.08 MB 126 20
360,831 360,831 000000000000000002ff45e950593c05d801bab5a2fff83eba7992e81528c989 0.04 MB 90 26
360,830 360,830 00000000000000001241326ab7dbca4518ac07f9c2e2f8f928bf49f7ab770caa 0.14 MB 221 23
360,829 360,829 00000000000000000310fb8f5f77bd04f1b2c206c0d65fcd3f6b4fd5290f6dee 0.22 MB 325 53
360,828 360,828 000000000000000001bb1a9d2ee2d3a1b24fc93958d71cd8502753193972a6b2 0.25 MB 489 25
360,827 360,827 00000000000000001117044dd6e6b7849904f9d8d2b4e1297ae2513a8a3385cd 0.02 MB 50 29
360,826 360,826 0000000000000000027ef994d5223376665dcfb9d59597e29a3430a206026edd 0.25 MB 456 20
360,825 360,825 00000000000000000b3ffe17633277ffa0952db554043c17c8b351000d1223ae 0.50 MB 1,007 30
360,824 360,824 000000000000000007852f6e4be864f5d93c250cccecc42157b5fdd0ca3197fa 0.16 MB 291 23
360,823 360,823 00000000000000000bf52bbe36a9062f3f77b297dc60924ebdfce777808eea1b 0.23 MB 458 28
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.