Memory Pool Memory Pool Refreshing

17,839 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (587,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,077 320,077 000000000000000004da0966b805420b294d69ec83a06be10d106127850c5991 0.07 MB 153 28
320,076 320,076 00000000000000000fffbaf03383ba004d781f3c05b90795af4175be2aeee76f 0.26 MB 389 23
320,075 320,075 000000000000000005ecad7027e02f965ffa413c9de0f60ddacfe1e926c62cb1 0.01 MB 32 21
320,074 320,074 00000000000000001f96b0f1ece2c2edd4f3a5bb2d9e0569e1924fa5955f2917 0.19 MB 367 27
320,073 320,073 00000000000000001b542536d05b0b6bb7333c805e69be588e537eade3d2f743 0.45 MB 802 26
320,072 320,072 00000000000000000e433d7a05831972b21119fbb25eddaa66b0c24496c083e2 0.03 MB 64 27
320,071 320,071 000000000000000016d42d21159fc621d472173d811b10d11ab9e6f3642b1682 0.06 MB 108 24
320,070 320,070 00000000000000001bf52254992264d48d9e23f109e3aaef7e66ee8e21d05281 0.62 MB 1,231 30
320,069 320,069 00000000000000000efa2cf9434f186d9248898be3af002c262b1efc75370737 0.43 MB 893 31
320,068 320,068 00000000000000000d8968f579db27e7272a7f849b21778ee29d0801abcca9ff 0.49 MB 736 26
320,067 320,067 00000000000000001241e7423f5020e7a211eb1c5fd2a2fedcdf4d119aae5e45 0.75 MB 1,692 32
320,066 320,066 0000000000000000018c306664c2d030a339eea8abf5ccf78a2d3b6768b3e070 0.38 MB 636 29
320,065 320,065 00000000000000000d4ad04a8a5d26e628c84e1f1a71e8bcdecb8dab157d6b64 0.34 MB 754 29
320,064 320,064 00000000000000000635e3c0fea19d24fa24ad375e68b9e38633765ed21a0371 0.30 MB 467 26
320,063 320,063 000000000000000005dc95167104bb80e9158fccb8e5c577a8ebda0bdb7aec60 0.06 MB 131 29
320,062 320,062 00000000000000001f85f0f49046809b90f83d26ccef7084cae2cef8d799f58d 0.14 MB 288 33
320,061 320,061 0000000000000000048b15aa58aac3f34e131f4227749662bed0644268710eef 0.32 MB 578 27
320,060 320,060 000000000000000002d3b9e86c3d26f370c24ff9cd19f47d5624368b4ba217e7 0.09 MB 188 30
320,059 320,059 00000000000000001e9d905100fe654bc9140a9712198e9a27f97016b09c017f 0.03 MB 30 35
320,058 320,058 00000000000000001fbea7ec92d34f215163c3b1e74b919f209826c882b685f2 0.35 MB 689 29
320,057 320,057 000000000000000021e3dae47ea1db150397ae480d707114e967320a91d4a4af 0.01 MB 32 32
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.