Memory Pool Memory Pool Refreshing

7,370 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,770 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (619,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,604 288,604 00000000000000004d0911723277cec96f7bc0556b2ebcee50aba8658f6235ca 0.18 MB 512 57
288,603 288,603 000000000000000004e5ba24d61bf8859d1cefbe4eb9a38501596d9912ea2e2f 0.50 MB 1,072 44
288,602 288,602 00000000000000009df9ad97e3f9d56c07540ba1fb22371e71961ea831c10afb 0.40 MB 709 35
288,601 288,601 0000000000000000ca09971febee4e777af43c63199e88dcc73bc170114d6f94 0.21 MB 385 38
288,600 288,600 0000000000000000655f65f45e4dd6e23dbb7d8a2adfa32fde1952afdf473f31 0.29 MB 454 27
288,599 288,599 0000000000000000081f5534dc2fc4a6c19a89207a97c60d7d2c1586d60d90b8 0.38 MB 722 38
288,598 288,598 0000000000000000cc2722302dd8f7d2cff085ba407e3aa00615bdafa2d6bff7 0.05 MB 117 35
288,597 288,597 0000000000000001004797b4287ca66f9a5fd07293b618da4714e33b5f805ac5 0.11 MB 191 30
288,596 288,596 0000000000000000e6c509a10ff1cf1d7efa0530b214c267cf1f91e9daaeb4b4 0.14 MB 253 36
288,595 288,595 0000000000000000239dfc074bf8d69d3e71f406f3189e7835ea8955984e4e0b 0.11 MB 204 32
288,594 288,594 0000000000000000fd1ea84490d2118e1cc2e20a38af0797c2cb2c5c6282ecfe 0.11 MB 164 29
288,593 288,593 000000000000000105261b88270984e3bd011f802bb9b5b7548baa66ebafe858 0.17 MB 273 26
288,592 288,592 000000000000000093e9ee55ce094862df820d4aaf253e181f3b0d565b0b1077 0.10 MB 158 32
288,591 288,591 00000000000000004d76d39c4d96a0353a23e90faece300e755fdf293c50edd0 0.04 MB 74 29
288,590 288,590 000000000000000107e3f42dd45f63b533e3260c958430b32b2ae3e050806088 0.39 MB 771 32
288,589 288,589 00000000000000001d5026633a64717073f81a4c6b8fa5ca1ae8730039d3cd58 0.35 MB 299 13
288,588 288,588 000000000000000111199a0d3bba85a72f99061ae1759cd468a46492c62a6c57 0.26 MB 244 21
288,587 288,587 00000000000000008154886820ce50667e73b994e19f724a8db350ea691df6f4 0.34 MB 655 32
288,586 288,586 00000000000000004a07eba488f1356ded7cb39e3bed41a67b9662ecbbf8f014 0.00 MB 1 0
288,585 288,585 00000000000000009b54a48737c4b7c4eb6752e271f615ad32daae70d636f832 0.17 MB 263 26
288,584 288,584 0000000000000000b64c77f2fc8895b56cedae62d23188ca90a7c41c7be08748 0.16 MB 171 28
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,625.37 GB sent, 93.03 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.