Memory Pool Memory Pool Refreshing

3,578 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,957 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,325 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,956 (625,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,831 282,831 0000000000000000b2ec6351ce5b07bb3c58d8a2b40da1a64079e1bceb2ae857 0.41 MB 490 24
282,830 282,830 00000000000000011aefcb04c6863b3dae82dc9f4ed8ff35f165d0700887a27d 0.25 MB 466 54
282,829 282,829 00000000000000004dcb3000f3645b79670b5612b815505c6a8acd5a404c0339 0.16 MB 211 25
282,828 282,828 0000000000000000eda50f5d7ad070d2a1ddf4de45d066af16e4d0d3378c0df3 0.35 MB 210 6
282,827 282,827 0000000000000001b1e0ad19ac4a8a82a9c9feedf38e2683c09deb4b6df2efd8 0.11 MB 152 25
282,826 282,826 0000000000000001eb6e8403b65b7b91d164bc2a457a5257d69ea4e565e0dc58 0.05 MB 139 73
282,825 282,825 00000000000000000522aba4509367b3e50a316e81541172a162e3758360a844 0.39 MB 354 23
282,824 282,824 0000000000000000133b144dae23dd07d9fb8a3557de1f4e0498825c4696f1c0 0.20 MB 324 46
282,823 282,823 0000000000000001186eee00ebdd8a0b2cf12b04c857022705fa1d653a98c525 0.05 MB 110 60
282,822 282,822 00000000000000002cb058a723136ebe5e4d44088450f69f458a130569f3257a 0.00 MB 1 0
282,821 282,821 00000000000000011107199985e789e3bcc14f8cc61eaec1e54c979f4e06865d 0.22 MB 222 20
282,820 282,820 00000000000000009ac5643805d5d413d4fba534f104e3222e6bab21a6f90939 0.48 MB 478 25
282,819 282,819 0000000000000001ee4c16c41bcff7eec5872702cf1e89e3d86bb223cb2e008b 0.50 MB 381 15
282,818 282,818 0000000000000000d9f98f002a6a08153f7dad58bc1843d0642b4dff0a068fb1 0.50 MB 1,030 31
282,817 282,817 0000000000000000a2c6c067fca1c322261ca67ec7d228d2d49b02d1a4f1e7ab 0.50 MB 1,511 54
282,816 282,816 0000000000000000657f863b6e9457ac8f6b92e932bb22b93d04772fd1d3c331 0.25 MB 568 42
282,815 282,815 0000000000000000721564cd317a50424f150b6174dec72e2004c7f155b8a3f7 0.25 MB 886 46
282,814 282,814 0000000000000001dcf54e9dc1369ea3538baa2697d80a8de7e49efe1251e7ad 0.05 MB 178 181
282,813 282,813 00000000000000019e8121bff986a20f0c57800eaf7c98e3a0413e723e4af7b8 0.05 MB 167 155
282,812 282,812 00000000000000013042877f81e20e1998e6367ba06e70976473708f1e55339e 0.23 MB 430 38
282,811 282,811 00000000000000011035fd1d2ca0fe3d1e1bd7ce8b3590608506e916fa117e05 0.18 MB 201 26
Previous 10 blocks ↓
Total Size: 769.46 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,646.22 GB sent, 95.27 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.