Memory Pool Memory Pool Refreshing

2,795 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,770 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (7,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,099 900,099 00000000000000000001970a29d175206ce81bc9db2c58dc81735082a98b0fcc 1.74 MB 3,131 6
900,098 900,098 00000000000000000001e2142b586f7a45ac009cca000f6f0f91ca24a1249955 1.42 MB 2,603 4
900,097 900,097 00000000000000000001b6ce53893b3afdd8971232a4322d31c73db099b7f830 0.54 MB 1,112 2
900,096 900,096 000000000000000000007b036643f2292ffe783a957d6230129684aec8dd32b2 0.42 MB 1,348 2
900,095 900,095 0000000000000000000210835125351e9f1781a78f3893f1fadc0a45311d3dfb 1.14 MB 1,253 1
900,094 900,094 0000000000000000000024b3a605b1252483cad5d0c5f3cedbd030fcea7fdc6f 1.75 MB 1,783 1
900,093 900,093 000000000000000000014adc52e4a16aa8b063bef8ca50b0187786b7e49c4e68 1.76 MB 2,527 2
900,092 900,092 00000000000000000000b262dd22ae504e9104d2f8c972ef0f4d7da5773c7fd6 1.49 MB 2,290 2
900,091 900,091 0000000000000000000155a5fb887b5032696b90ba472945cfe56053628cdb90 1.36 MB 1,351 2
900,090 900,090 00000000000000000000ebeadc883725a4174aa654c61491e3bb023e3029e597 1.46 MB 2,729 3
900,089 900,089 0000000000000000000000a3eb361e101eea6639ea89919bbcbcbaa34a747f62 1.60 MB 2,495 3
900,088 900,088 000000000000000000008a97e6bd626ff19f4d2dae7e4a075ef1c0a747461b5e 1.50 MB 2,321 3
900,087 900,087 0000000000000000000196b632a7363226794a7f34ed07f6d23a28a468a0102e 1.18 MB 890 2
900,086 900,086 0000000000000000000043d83a36573c304c3e78ce467a9f564990d3902fd12d 1.13 MB 543 2
900,085 900,085 00000000000000000001baec1eb1f87622426d1389ff89a5f515a9c71d210246 1.12 MB 584 2
900,084 900,084 0000000000000000000149a4fc265b5455b6b9abc88817d8b77a635808f4161a 1.67 MB 2,736 4
900,083 900,083 00000000000000000000cfd8dd58c3507f10da627134da1f4e7ee6d89bd143a1 1.50 MB 3,250 4
900,082 900,082 0000000000000000000036461cdafc1d3939a7feaf14e6f9a0a1bcb184eb7cc7 1.52 MB 3,681 7
900,081 900,081 000000000000000000010efd5b387fd7e4a54f7340c1bf13b4b7efdc37d6bad2 1.56 MB 2,544 4
900,080 900,080 00000000000000000001d269a1e28aecda33a51fb4e9707f44945c31a77ed7bd 1.66 MB 2,260 2
900,079 900,079 00000000000000000001c8a4867a0fc8529a20199748ee85e1398aa4954bb8a4 1.74 MB 3,571 4
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.