Memory Pool Memory Pool Refreshing

6,305 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 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,662 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,593 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,661 (765,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,021 142,021 0000000000000151223fe14e567130a1c5ec3bcaabf3fbbcf3600e256a7aefa5 0.02 MB 45 26
142,020 142,020 00000000000000a48a5c27a1d416a4a51d47c36a5cd9fc86f9467f383a704a02 0.01 MB 27 365
142,019 142,019 0000000000000751c72721744bda928cfd955e8f9e64ed957c4cad179aba7b14 0.03 MB 51 488
142,018 142,018 0000000000000829bf4b4aa34a0a2c14b719b685c92575acc0d7dff130911be5 0.01 MB 20 160
142,017 142,017 00000000000000e7ec6683a8b3e39ad300cc89222dcc8cf8adec97485973aebd 0.04 MB 112 201
142,016 142,016 00000000000001c95c9123b47c5c9d6a5668a80a5559dbfada64480f0941c461 0.00 MB 12 33
142,015 142,015 0000000000000261774d3dd9a1decb41525a395ec0a7ae5ac37e50e5efc2703c 0.01 MB 23 105
142,014 142,014 0000000000000384f56c0fd86809ffecf0c1f63add5ef1c2fa5c35cfcc4035d8 0.01 MB 17 40
142,013 142,013 00000000000001ec0133a5a2d4b97ed5a1ff444ab769064100f2d83c1e39b2f5 0.03 MB 62 200
142,012 142,012 0000000000000327ae495f52e4aec59d2d6f77bf665a32af046f0ee34179cdc1 0.02 MB 36 546
142,011 142,011 000000000000070e6a2b8a7af3a6fad9cae7f52441310cefd2f7f854702f9938 0.01 MB 13 53
142,010 142,010 000000000000062a3ff585390aa9f146d85abb03e6d73313cefb161066188b99 0.01 MB 26 386
142,009 142,009 0000000000000360254580b13b1b58bb17b2638ba1dabfba36ef6f992d03279f 0.03 MB 98 155
142,008 142,008 000000000000083c23f9e8e6f9bec2d6846d0a6e831267cc3c1752be4ed96f7e 0.04 MB 65 574
142,007 142,007 00000000000006e002ac43d85d6a3df1804e0d480aeb663da2c4d5b15f431860 0.04 MB 97 352
142,006 142,006 000000000000076a9b69cca0e6ee158146b2d318c2a926d072711fc06c4eb0f0 0.01 MB 47 50
142,005 142,005 00000000000004f8254505a281497a6d3a383025e87b58fb4e75eff6154f2285 0.02 MB 50 309
142,004 142,004 00000000000002bf8b669d859e66e5ee53016288e0318f260c32928bd18f3d21 0.03 MB 48 108
142,003 142,003 00000000000006ab5d829fe8258137c8fd1c197602c152c6745d8bd9cc1dd113 0.00 MB 10 56
142,002 142,002 00000000000007c7b12b2250e381fe26b99b27da896b2f4d41f2f0233c31d717 0.01 MB 20 86
142,001 142,001 000000000000024966c57274fd19fe22bd4d03326a4e64a6150e496e09fa265b 0.01 MB 22 136
Previous 10 blocks ↓
Total Size: 768.91 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,603.43 GB sent, 92.34 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.