Memory Pool Memory Pool Refreshing

7,364 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,010 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (551,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
356,064 356,064 000000000000000016fa3c126a85c2137cb1ad503a00e19bcf1d48a3e6eddba5 0.27 MB 512 26
356,063 356,063 00000000000000000ec000cc59c2b98b4c6f09d0ba41bac2b0ce8c0d27dc01ed 0.75 MB 1,291 22
356,062 356,062 000000000000000006272f12671e04d81969eaa964d255ec416f8d12cca9a03a 0.75 MB 1,813 36
356,061 356,061 00000000000000000610dc6be2bb6842722b6f06ad44b66f7a62cd09fd601770 0.75 MB 1,042 20
356,060 356,060 0000000000000000142a2acaa95c37a942ffb65272c2ad47cb0e550433a2cfd2 0.31 MB 1,024 49
356,059 356,059 000000000000000006610f6a701685606e0acbb05d667caee7234a1f91552898 0.89 MB 1,480 22
356,058 356,058 0000000000000000001a285917d98dfeeadf7414f6426e6fd771c7b6079ba557 0.75 MB 1,139 31
356,057 356,057 0000000000000000151817311bd0083ae41a096d6f3c992d70208b4f63fe477a 0.71 MB 1,328 26
356,056 356,056 00000000000000000492b67208aec13352f26a706c7f603d46b8d24aa185cece 0.04 MB 97 25
356,055 356,055 0000000000000000141de48bae5525ae6726a18ade2f6bb21a2fee58b6295679 0.42 MB 576 17
356,054 356,054 00000000000000000dd94e52f16ae4c8e545674d561afa7803cd054ab417812e 0.71 MB 274 5
356,053 356,053 000000000000000000ac911df4950b796c714a1be4971a731bae50dec6895f52 0.09 MB 135 23
356,052 356,052 000000000000000004925e72b55aa3b260a3df117e81f02312576a10fdb70472 0.40 MB 812 27
356,051 356,051 00000000000000000d45c8b89a78edebcacb5ba8e39eff8786e08fe9c6419b9f 0.09 MB 176 26
356,050 356,050 00000000000000000024cd7d2662651390f3b2661ba75174c7ae573c8608d052 0.27 MB 519 28
356,049 356,049 0000000000000000014684fbb1a25ec1000a93d12b323e21854aa70607ebd608 0.08 MB 152 19
356,048 356,048 00000000000000001516b0d723f598b0184e485fd25b05db2f884985e6210961 0.06 MB 125 26
356,047 356,047 000000000000000004990985e1c64a96fe01d8a203ec15de7a3b8d62e8954d4e 0.02 MB 69 27
356,046 356,046 0000000000000000049502d7614cf77d41e9204af5f6379717df452580ecfed6 0.49 MB 836 26
356,045 356,045 00000000000000000d51a9ba50d661947208d4a6ee568e20e455f0e30e7e8830 0.03 MB 56 18
356,044 356,044 0000000000000000066bda72825f15e1fcbc849f088b1422f37937b9ed52402d 0.13 MB 246 34
Previous 10 blocks ↓
Total Size: 768.97 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,615.64 GB sent, 92.67 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.