Memory Pool Memory Pool Refreshing

7,516 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,930 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (700,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,835 206,835 000000000000000abe94d1413bf94f2c7abcf573dcd3bcde5cb4f444efc712b4 0.00 MB 14 15
206,834 206,834 00000000000002ec484a4f73a6954b4118bf1caa66f42b6b289ffba7207d8ab4 0.07 MB 119 130
206,833 206,833 0000000000000197d727474e7147e257d465d0b65c635c1a5be1127f6eea6217 0.06 MB 191 208
206,832 206,832 000000000000025df59d9788799ab1a6b756c29f57c531531ed4377e97075507 0.03 MB 86 106
206,831 206,831 00000000000002672e432637a505b27a1e172ff2151fd4a692180db4b5893ed8 0.07 MB 153 129
206,830 206,830 00000000000002ac85397ae3335862e106f581aaa31be705ffbda8a201c8a6c0 0.06 MB 104 108
206,829 206,829 00000000000000f45aae35d95db134b87bb36a32bfa5e4ab0385cd6a594159fe 0.00 MB 10 14
206,828 206,828 00000000000003ae64a2cebf3d3cdc0d4f80211389fe4b017141f12f2d3f50e1 0.20 MB 457 180
206,827 206,827 0000000000000444ce06bae96224b6202180ba30f0f499527bfd20e588d06edf 0.05 MB 70 310
206,826 206,826 000000000000049f26ca600e60330cf3fdb29cfcb84f47f76b15ad0facc99467 0.07 MB 131 147
206,825 206,825 0000000000000473861c98b65c9b83853eb4e26a5b9c002d4407d3c5073ba4cd 0.24 MB 703 231
206,824 206,824 00000000000000dbae172a24c7bfc4e2a567fdd09f8820489fd3e03cfe1aec01 0.05 MB 162 83
206,823 206,823 0000000000000115648f052fc609e337e07487bd7044156eb3edd7e38e06c706 0.19 MB 336 150
206,822 206,822 0000000000000430678ef9bf24ecb4fdb3e4579e1913ee429df56caee88c1d1a 0.20 MB 676 267
206,821 206,821 00000000000003757a4bd913bae63b01b11279ad8abba6deedb4d6345d34be91 0.28 MB 754 223
206,820 206,820 00000000000004eae71b252aa7b8320d8967bc879c35d72f47e2af93aaeed2c8 0.05 MB 137 744
206,819 206,819 0000000000000031cdb7a369bad562ab6f0aca30d8386bb333991a23bd6934fc 0.00 MB 10 0
206,818 206,818 00000000000002993eec783f653cbcf21db5fd423af057c70250c60f3ec4158c 0.01 MB 17 105
206,817 206,817 000000000000039636deb9bfbecd0318648bdc599d4cb631397cd4789a232648 0.02 MB 45 107
206,816 206,816 00000000000004df8427a44e69430a480a0255599f69f579f97f848bbf2f57e3 0.11 MB 224 144
206,815 206,815 0000000000000232aad15402fac8da82b8b9b84c6732913474060142b3a2d8d8 0.02 MB 52 89
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.