Memory Pool Memory Pool Refreshing

3,949 transactions
3.34 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,662 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (865,586 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,090 43,090 000000003bbb034f3bec94ee0c6b3a312ebd3157e05c21f445bf25a7923fc737 0.00 MB 1 0
43,089 43,089 000000001014fb9beda0222b0591901877a5ae11dea1e775a30f3008fdea39c4 0.00 MB 1 0
43,088 43,088 000000001c8f5ef5cd3abc9b84c23eb30920b54aba3eac3063c6f31c2d2ec9dd 0.00 MB 1 0
43,087 43,087 0000000020646a90972f29649e25a401eb320d12cf8c63258b7c5e3453982fdb 0.00 MB 1 0
43,086 43,086 00000000434d57a23627b9bfdda1bc7c071ba135e2c14b43ccbb7a01086f45a9 0.00 MB 1 0
43,085 43,085 0000000012a4c34f1c6c3a850699f60c2af81d123436e20f55458c04dc007882 0.00 MB 1 0
43,084 43,084 000000002940b9058975f96e67b98ff7f52a5f34177b081a83de0e2812065fcd 0.00 MB 1 0
43,083 43,083 000000002e666f5c1de93a4d38ba83f34dee70fa1569dff79fab20220d4a0d29 0.00 MB 1 0
43,082 43,082 000000003ce8dd715dd9015bbb3d9684d0a4f2e1fc560b97dc644ec3fa52f609 0.00 MB 1 0
43,081 43,081 0000000040f41cb9ac43e1e2766f3befbc874962d4fefbd44679a0ef37656630 0.00 MB 1 0
43,080 43,080 0000000010c8dc6540be9aacd7dec2ddf41d3d6df6ca8b533af487587ee7f2bf 0.00 MB 1 0
43,079 43,079 000000001d04fe8e381a4eccbee6d2581e7c5cf5a68ce2c06b6167ac1f086b5b 0.00 MB 1 0
43,078 43,078 000000001fe7259ab9d961ce47c5f08974820d3e58eab90ad6dcd78da4de53c1 0.00 MB 1 0
43,077 43,077 000000001e438c7233837e8a32a392b8077f7e3734b9d347c695fbde73e61da6 0.00 MB 1 0
43,076 43,076 0000000023b68c8bb2801a7c33af121d6ccfb00c464ed645d1ce107553becbb0 0.00 MB 1 0
43,075 43,075 000000000d39c8c87db498f8538d3dad3de8435d9b099e5fcb4aea42f292bd4a 0.00 MB 1 0
43,074 43,074 000000002149924d7d4012f8f6d765133bfb5a0ff0fdae2a09b09762c615533e 0.00 MB 1 0
43,073 43,073 00000000074f8a5feb4cb81ec4c1f26dc40891d4c7d06d721b60a48b16d5b941 0.00 MB 1 0
43,072 43,072 000000001ecbc5a3b616855081102da739f2c61f4f6cab94e3e15d14e8d13726 0.00 MB 1 0
43,071 43,071 000000002200790d8c63750e5760f7f1099f44401f9cacab392be8f43f4fe97b 0.00 MB 1 0
43,070 43,070 00000000308edd02bb0749af86ea9d3e781d5eea05d798694b1fa544ed6d888a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.65 GB sent, 101.74 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.