Memory Pool Memory Pool Refreshing

3,365 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,110 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,066 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,109 (818,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,063 90,063 000000000004d19b679a952760b3b17f4e46ff22a0f71a0717993256bb7dcb02 0.00 MB 1 0
90,062 90,062 0000000000012bcb66d33831d29798279c2094e9fdd7e05dddffceb1d758b943 0.00 MB 1 0
90,061 90,061 000000000006704363aee9ae81a5a582c597af173c4b3c8a36e11a57793390f6 0.00 MB 1 0
90,060 90,060 00000000000db191610168b42ea3ec19697032d9f40b27107631653387ac075c 0.00 MB 2 0
90,059 90,059 00000000001221dc591b578a0c1b1c378e1c12a620529c45e2582a2d3e7ab12b 0.00 MB 5 0
90,058 90,058 00000000000a4f5f975bf27268d46b245ab5210e266bc358a4300d8501d99f48 0.00 MB 1 0
90,057 90,057 000000000012ed082781a2c11bfd9cc3f838d76f5a9ea09e49a08c0de9b85479 0.00 MB 3 0
90,056 90,056 00000000000cf123416cd007a9a85c510d6ff34b446ff17859f1595b37ff3692 0.00 MB 1 0
90,055 90,055 00000000000f42904bbfe2917837b4f9660c45edb259b50aa7d12ef100229b46 0.00 MB 2 0
90,054 90,054 00000000000cdcfc3e92e3d1259600a72a64a26b0bb85c7568ad573a2c1ee6c1 0.00 MB 1 0
90,053 90,053 000000000009d2923144b0e149927b2be1b9b74401d9a5d812282e906c10e658 0.00 MB 1 0
90,052 90,052 0000000000036e5166ecf4c744252941b1a32a5ffe536aaa6cee13d1e7e9f1d5 0.00 MB 2 0
90,051 90,051 00000000000b30b413278864a152eb251373b9ee33f557da62400dac9f3306a6 0.00 MB 2 0
90,050 90,050 00000000000765118b31527afd5a71c77e5093f519ddbe7ca00b7bf03ef1a987 0.00 MB 1 0
90,049 90,049 00000000000a28116827a14144160ac11f7fceff5776351338313acc624341ba 0.00 MB 3 0
90,048 90,048 00000000000d60b13cd8e3f79685ef6d28260be9411aa9589490f89965586fd9 0.00 MB 1 0
90,047 90,047 00000000000c288a6602e73e471c13fbc60d8a4498d9a51d62e10f69c427d71d 0.00 MB 1 0
90,046 90,046 00000000000d887c19a214b75d4f08c11bccef6427c2927a4f504f4328a00276 0.00 MB 1 0
90,045 90,045 00000000000e2a9e90fff2a154a68032d2664dd1b759e4f85560c64b6b005680 0.00 MB 4 0
90,044 90,044 00000000000e7b305b7e20c108d44151b5b577ae70bbbc04134a03362fc40042 0.00 MB 2 0
90,043 90,043 000000000000926311af3ce625c1e3f36d7ab26fed46350707f908648da20310 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.75 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,679.47 GB sent, 96.63 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.