Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,803 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (710,236 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,558 197,558 000000000000040c93749ef07beb5659a72ef19caa0d8e8ef4f80ffd0f4238b6 0.38 MB 1,024 231
197,557 197,557 000000000000040afa3232b4a6acddeb9c3e9e391e8d8538b0b72c0d7bc4b6d1 0.15 MB 256 34
197,556 197,556 000000000000033d28c586c100560ae085a283a016591a4aab0d4b22e708ac14 0.09 MB 230 164
197,555 197,555 0000000000000290bd8774bf188feef7425c6ccae5168caddbcabd91eb198801 0.16 MB 425 157
197,554 197,554 000000000000014c4a32befc8592716b9286614c322688ce555ab6eeeabe4cb0 0.08 MB 187 101
197,553 197,553 0000000000000260ecac95867df700afae0db869eacc465a14a590f7a03a03fc 0.25 MB 690 163
197,552 197,552 0000000000000570f9cfd7908fc834a10faa8edcbb9455ab22f387e3ed1c625f 0.25 MB 559 135
197,551 197,551 0000000000000301d3e912f0256431a974b4b4825f2cb3e9fbf75a4837cf1b9e 0.08 MB 221 172
197,550 197,550 000000000000040b2853ab2e5366547f71e235512232b2da58f3cc9b2f1c9c5f 0.21 MB 512 17
197,549 197,549 000000000000006a81e84c7e00988bc94a6b788b7103da1bdc24a38717f7401d 0.19 MB 422 169
197,548 197,548 00000000000005047b1a1bea0c3b02b34c27b087f27ba14ad47a3a3263f6ede2 0.06 MB 197 89
197,547 197,547 00000000000006cb3dc5ddc23d12951b4aef34683e5e00735468710f9a7e1ac1 0.20 MB 545 392
197,546 197,546 000000000000011a37f1349e69961578f2daa941ac293f194662369965b79880 0.00 MB 10 165
197,545 197,545 000000000000065714f71fefccecf18db53579b2a397c84f92e159197a015538 0.09 MB 241 158
197,544 197,544 00000000000003e15d05eb2eba712982e828085dddeaa0844b44a4b3e2b1e1a6 0.04 MB 122 105
197,543 197,543 00000000000003081fc7e0b0815985c842c3973ef583c0e56f24a6a769b7ea13 0.01 MB 44 140
197,542 197,542 00000000000003d1caddd2c64144c8a71cd5a476640b4dbb9cbd79fe6ae813c0 0.08 MB 185 109
197,541 197,541 00000000000000148d220bae12899e0940f6b74517d18fda9ca9a483c878dc91 0.08 MB 223 750
197,540 197,540 00000000000001867d2c9c1a1edf9b3e3106bbddae90b29c4e3ffc60352c1b45 0.02 MB 56 159
197,539 197,539 000000000000030593340e8f26c27c2a4a69f7e52084d3ec1d421b3a2c5be203 0.03 MB 93 131
197,538 197,538 00000000000000dfaf7c6be81cc39ef06de4056ebebaa002a558953bad5942f9 0.03 MB 63 86
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.69 GB sent, 93.66 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.