Memory Pool Memory Pool Refreshing

663 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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 0.15 vMB 637 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (771,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
135,969 135,969 0000000000000185bdeb4f4b5a0e132f40c356cbe67b895f60695db64fb2a68e 0.00 MB 7 628
135,968 135,968 00000000000004ec08f56f3be675f81ddc0f6631994bfd6206be0210f48e82c4 0.01 MB 33 254
135,967 135,967 00000000000007a16b7054089d0a611b160df90ab4ae1583a3a4606ef118ed3f 0.03 MB 55 166
135,966 135,966 00000000000000f10332a2a1d0b5b66f79fc926cd52d3f95224a0bf83817582c 0.06 MB 129 599
135,965 135,965 00000000000008367ac580989675288a43d44dffb230d90ef26a0bac43b35a77 0.01 MB 14 809
135,964 135,964 0000000000000a01bdd12fc88e87145f82b513fce7b9a2d7a2ede5dfc1347fa5 0.01 MB 22 306
135,963 135,963 00000000000008ac579177e06b25e9bf3a8dfaa929cee2f13b7d3aa7b3ea6523 0.04 MB 80 1,963
135,962 135,962 0000000000000113a0597990d84029b6f83f13b5218ed385ebbe230668860052 0.02 MB 72 1,302
135,961 135,961 0000000000000880b7370e197acf58606d2ec4e7f3d41c4d2675586767ea25b1 0.05 MB 187 37
135,960 135,960 000000000000071bc1c90d7e3455165f47f3d5f14bbc65cdfc54d3b2ad4e7aeb 0.05 MB 135 415
135,959 135,959 00000000000002f8006f14a8724abe5f11efed81610cdb527a9bce5f1635fa2b 0.07 MB 156 450
135,958 135,958 00000000000009fe54e004caccdd199a9eeb02eb2c310357dcad92b89d91326d 0.06 MB 130 376
135,957 135,957 00000000000002c10d08a1587f0404b9fcdd9df6ebe208696862ee98459baf17 0.04 MB 65 732
135,956 135,956 000000000000045a2e351e7cf714d3495bd6c300306ab042972d0de01fc8ea0b 0.05 MB 125 70
135,955 135,955 0000000000000947d8b0b63bb49cbb0aba83996cc6ac9795ad0ee3921a80e6c2 0.02 MB 59 463
135,954 135,954 00000000000008a6e327b78bdb24aacbd0a115704ed618338bbcde3a2f5156bb 0.02 MB 31 195
135,953 135,953 00000000000000c80a936d82d473d2d9f56a8e96905868d84bc5445f862ad89c 0.04 MB 110 278
135,952 135,952 00000000000008ac042986519f5bdf18e29ffe9262c1f06f6c1bf98a6beb781e 0.01 MB 14 269
135,951 135,951 000000000000079d4f123ee2c1be89b0fb27fe696f13c70615a01a4d043215e4 0.00 MB 10 1,651
135,950 135,950 00000000000002d34d74ca2e81df7582165ad7bfab5c2d6ed1f2dbf018a51520 0.02 MB 66 374
135,949 135,949 0000000000000274d0f54d2f025ecff9314196c9e580cb387fcecd369c41ee26 0.04 MB 112 170
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.68 GB sent, 93.65 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.