Memory Pool Memory Pool Refreshing

4,393 transactions
2.89 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,099 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (69,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,726 838,726 00000000000000000001e5274209fdf36ba5be9593ed16fc48195c622dceca05 1.71 MB 4,508 95
838,725 838,725 00000000000000000001eea910ae22b94641f552f863b0c5ec219fb5068b6748 1.70 MB 4,579 111
838,724 838,724 000000000000000000024bed00e4b242b74bfad29ebf630726db6b5623dacf11 1.74 MB 4,624 68
838,723 838,723 00000000000000000001ac478370d05777086a9bdfd864b14040b5b9ccfb02d5 1.79 MB 4,820 75
838,722 838,722 00000000000000000002ec03fb0efa6a493c1d050b75427e437e826fbc89206b 1.83 MB 5,232 76
838,721 838,721 00000000000000000000df6dc995e315ef4fce78ab51f2163725e2f13cd47a5f 1.78 MB 4,732 70
838,720 838,720 00000000000000000000e2a39a14060b93a39f9f62a1ce60ea896467b8c1292e 1.76 MB 4,696 72
838,719 838,719 00000000000000000001592771f1cdbf226347c4af04c21c842cee60770af20c 1.76 MB 4,463 38
838,718 838,718 000000000000000000034090501c3f18b95abf6e7338d17b8decb8be9bbbcd78 1.67 MB 4,289 40
838,717 838,717 00000000000000000000499d4153e0014cd5cfd4c0370194e1ef940146cf94c2 1.57 MB 2,858 32
838,716 838,716 000000000000000000007b5fa57bc186356fd6268c25870ef4dfdbe19986ab9e 1.67 MB 3,197 34
838,715 838,715 0000000000000000000131d91aba753705590293767cce7ea98f46679442b1d9 1.63 MB 3,504 48
838,714 838,714 000000000000000000028cb1bde403df18dc2bda1c2eff7b6f98e392837ca648 1.69 MB 3,330 42
838,713 838,713 00000000000000000000dd516f90bbbc3c3f82249547c40804760b4e3ad65f93 1.65 MB 3,593 56
838,712 838,712 000000000000000000018117b1734ee991596f1f4f98ccd7f0b0ebaf731ff043 1.67 MB 3,868 56
838,711 838,711 000000000000000000003407c95bf0a94ddb79b90ac6e80b082a6e5df22b2a80 1.72 MB 3,793 58
838,710 838,710 00000000000000000002f9ea3b2bc00f1108a4c2cb9421705e1d004c6a440009 1.72 MB 3,996 72
838,709 838,709 0000000000000000000023d5d4bbb8b7725a9892b510c06486c3d6acc6ea27d8 1.68 MB 3,971 87
838,708 838,708 000000000000000000003a15aa3d526d804c4a6d12bf8ac8cbdfcf33e36e5bca 1.69 MB 4,115 76
838,707 838,707 0000000000000000000148198ad83741c3309448d3007ff071d062c79efae864 1.74 MB 4,723 110
838,706 838,706 00000000000000000001de9d3bab9065c32aaa633ddf201073bdfb568aea6f43 1.76 MB 4,657 91
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.