Memory Pool Memory Pool Refreshing

1,365 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,908 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,361 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,907 (627,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,755 280,755 0000000000000001e3faf6046f09454606d68f22ccab4adc144a0d4896bf0957 0.22 MB 382 28
280,754 280,754 00000000000000024d75ca4e13e8cca0e6f6a3b260693bdea6be3f68cb4ec225 0.03 MB 92 122
280,753 280,753 0000000000000000e5c00ae50ba14273e86532eaabd959f48317007402fbac92 0.08 MB 162 36
280,752 280,752 00000000000000013abd0cfbd8a082d7afbad01b36d1d0524a951d340a9f3d34 0.08 MB 191 45
280,751 280,751 00000000000000007f985debc3eca2474a3eb389a5c083d4c7b8f160343f5ffb 0.06 MB 141 40
280,750 280,750 000000000000000171b8c31f049be602786da4605f569fd39530db3e67fb83f8 0.05 MB 112 32
280,749 280,749 0000000000000001c9078c707038e5d4a81459535ceaf4055dbde80eddf4a534 0.12 MB 296 40
280,748 280,748 000000000000000249452c1868c792a1d1876f3893374ec0d15723e91be90cf6 0.24 MB 499 40
280,747 280,747 000000000000000069e78619475e340b801798cedb30d8eb9644dc48086ed8ba 0.23 MB 503 46
280,746 280,746 00000000000000010d5f6f31fa535dd6c9299ee7a2ab59a0f48963d6557e1f21 0.27 MB 543 38
280,745 280,745 00000000000000016bda884d70bffea06815ed0ad5fe0457e5230978fb21d61d 0.03 MB 88 195
280,744 280,744 0000000000000000500dc57c4e1c3ec15a3e70d605534fc4f6b24cae1aae494a 0.34 MB 658 47
280,743 280,743 0000000000000000fd54991849a26c0aad72ce8c6c0eb779e1798077db6cfbb3 0.15 MB 321 57
280,742 280,742 0000000000000001b67df0d60ac614e37878df8bc54d8d02ec84bfcf413aabed 0.17 MB 289 31
280,741 280,741 0000000000000000aeef70d3fa5db2a985b553f2ef88d1a9f72bdcf786ab42fe 0.03 MB 99 142
280,740 280,740 0000000000000002215d79d9efc26a0e353fd2401bf3e92ad6e4dc4ea14b1d68 0.13 MB 211 28
280,739 280,739 00000000000000009b6254217aadd2f69cfaf284d49ea646c95a5d9d2bd5eb53 0.03 MB 84 113
280,738 280,738 000000000000000076507a936f1f102a6c64b639f50b721c560bc576b3352f2e 0.03 MB 71 42
280,737 280,737 000000000000000100f271de579691aa86e91e2b32d0c64898de3fc77f5fb73e 0.63 MB 558 22
280,736 280,736 0000000000000002529954af3cb3ae66af66f70ab8ca2514510d60d1d08b49c5 0.25 MB 609 40
280,735 280,735 00000000000000004a1e1bc6f519ded9e73201b3efa1502a9828673050712beb 0.25 MB 655 60
Previous 10 blocks ↓
Total Size: 769.37 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,643.88 GB sent, 94.78 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.