Memory Pool Memory Pool Refreshing

976 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 963 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (374,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
533,624 533,624 00000000000000000025a1fb2351697801fcaa6bdbcdf6f610ab75dcf5e1f17a 1.18 MB 1,838 25
533,623 533,623 0000000000000000003645d40bcf92cc9d8721f4c09c7f37b13cda306015c51f 1.20 MB 2,822 28
533,622 533,622 0000000000000000002405af40a3e64b026ec5d60294ecde1b3b3e0c2ce7f393 0.58 MB 982 42
533,621 533,621 00000000000000000006e51e9bb7f8ab9d43ef9355a013f02dd32710eaab7164 1.06 MB 691 6
533,620 533,620 0000000000000000003640a49a171c3f9479eca5abc083ae94284b1a2faa7f65 1.21 MB 2,346 23
533,619 533,619 000000000000000000339febd9a0918a711fc853af2858ea6ac37256ed015916 1.19 MB 1,882 17
533,618 533,618 0000000000000000002767043348e9fda58993674a77821863ce96c6e2ba6979 1.09 MB 1,852 13
533,617 533,617 00000000000000000006ae1b9e4b9731f476bae18a756ca26713bcdf69bca53a 1.16 MB 2,409 27
533,616 533,616 0000000000000000001df88d881ed9f5c5be3667458c77d37f0a0150a6b757ae 1.20 MB 2,409 59
533,615 533,615 0000000000000000000f1133d7d60253f4988809614334190998f71ce8c27d8c 1.15 MB 1,238 14
533,614 533,614 00000000000000000002771752b703d2fad7eadd30f8eac00b13a65bf73921b1 1.42 MB 1,706 21
533,613 533,613 0000000000000000000295210d7357e726ab8357385143c8611e40f490ff04cb 1.27 MB 2,175 50
533,612 533,612 00000000000000000025a16c12b7b7910161a623d10523c281d86378b17812de 1.13 MB 2,084 16
533,611 533,611 0000000000000000002d5e40c435d296f92a89503e27cfee20be07829eb5346d 1.16 MB 2,579 29
533,610 533,610 0000000000000000002db0d78918e5e1992423732d336e64b081be4286ee74ed 1.05 MB 1,866 13
533,609 533,609 00000000000000000005a48c89ec4677f306cf818152b6408ea7312433ce670f 1.19 MB 2,574 47
533,608 533,608 00000000000000000003678dcfaefd85077d9bdcb42d8c647519d794f5778a24 1.10 MB 1,621 33
533,607 533,607 0000000000000000002a0ada5ccd02ad87f12090ac2c09831f990de9c59956d6 1.03 MB 660 49
533,606 533,606 000000000000000000291905ac8bb5acdde91f5aec6293d61d0643cb6104daaa 1.06 MB 1,105 62
533,605 533,605 0000000000000000002d5a8281d238291c2da2f2729ae44b424ede19a4924062 1.01 MB 765 72
533,604 533,604 0000000000000000000e1e316fc335de2a1a40e0b3d120d1ae33c1618c35c6a5 1.16 MB 2,558 6
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.