Memory Pool Memory Pool Refreshing

355 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,884 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,883 (728,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,597 179,597 000000000000076d8b47f47dfb167c5707c33514131c1828f709ab05580c9139 0.03 MB 53 50
179,596 179,596 00000000000001bd2d2408216055030d65fd058e05887f6e97a7a157a631df36 0.06 MB 130 107
179,595 179,595 000000000000080ea312a2f1ad57d238a96f7e7d860204b59b176abe8a843082 0.00 MB 1 0
179,594 179,594 00000000000003d18cbe773c052697fecc0f933a6d8940ab6349e16c26f7e158 0.00 MB 10 17
179,593 179,593 00000000000003039af5a81137a4e6387443d579824bf46ee8e15e86086a80be 0.04 MB 29 139
179,592 179,592 000000000000017a7ec4516d9e0f0ba939f58dd96a3360e5b82506175d51a3e0 0.02 MB 34 180
179,591 179,591 00000000000004cebcaa836db2cd3fde89d5210ca2e82c168044f70ec515f56e 0.02 MB 56 98
179,590 179,590 0000000000000030c1cadabadd07af78537aa044458fc1e504f21f92171f9231 0.04 MB 94 188
179,589 179,589 0000000000000189ebfd09bce908b66f1f6ca0a5c39b52667b893eb4b8a49599 0.01 MB 20 14
179,588 179,588 00000000000003e1410b2ed4100ea4d77913d14d50f3788b9c04c5322d501535 0.04 MB 92 82
179,587 179,587 00000000000008d40bfb9defaacd72768beb2aee181552d294e1c484d4a1870e 0.05 MB 70 111
179,586 179,586 00000000000008c8d8a52b1d99609b4e738d7a1f5b5c3366046b34496e6b4935 0.00 MB 13 91
179,585 179,585 00000000000006232c25d29f9bbff5719b48759e4f09af8983340f0a08a88ea1 0.04 MB 95 107
179,584 179,584 00000000000007ad8bc87466f989eb3de1580163117d464e539b7bd2274c6e69 0.03 MB 87 55
179,583 179,583 0000000000000521b4430e9f07396af32ca2682efa918b594764034445993f7b 0.08 MB 164 200
179,582 179,582 000000000000095d26d6fe991848bcb8b662f0729f8db715380aaffe4a616da5 0.03 MB 45 269
179,581 179,581 00000000000006bc3759544e08aa4d54b17b3baaf314a225dfdadb657f63eadc 0.05 MB 131 84
179,580 179,580 00000000000002b28606e3134b10a7c4a2689c9d086f064f4971048543aba7a4 0.00 MB 15 299
179,579 179,579 0000000000000216e7778ec0cf48146db07cfe8555770f7a860e8d0310184452 0.04 MB 98 113
179,578 179,578 000000000000026fe41af693474c355f7d32d804abd47195d42cc8899a3ac26f 0.03 MB 52 165
179,577 179,577 000000000000070123f89e7022034993b53e3bad3d85ec5533a80886a3c3daf7 0.02 MB 48 160
Previous 10 blocks ↓
Total Size: 769.32 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,643.10 GB sent, 94.57 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.