Memory Pool Memory Pool Refreshing

6,247 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (764,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,038 143,038 0000000000000655f2cc1d94702d53f4ed1989146dedf94ed138b9067e28aeb7 0.01 MB 22 25
143,037 143,037 00000000000002d3454b6d98c680747d2de339bb35e757d8c8a04448fab31cf8 0.01 MB 28 387
143,036 143,036 00000000000007b6450556daa884006aa89a24843304554be0f4a40cc1423091 0.02 MB 33 38
143,035 143,035 000000000000079163cdb4ed22e8ee44a7e1f32b368492dd9e3001d09fe83be0 0.00 MB 3 106
143,034 143,034 00000000000000e6cb8d59ff63e7a913bafec11cb7f7cad0b2964adc59bb2a1e 0.00 MB 12 113
143,033 143,033 00000000000006e34870ad014b2ffacd9eca1f0834cc31a9054bfdce9b10f4bf 0.02 MB 66 59
143,032 143,032 00000000000004f161b7e2b13d0c55b53ee39a3163559fa698176f534297724c 0.00 MB 3 47
143,031 143,031 00000000000008a43956f3da9c44e1a99848dd9b8c2cb49bee4aecee0f5bb8b6 0.01 MB 22 215
143,030 143,030 00000000000004ff795d42afc0b6d444ec1576e7fca8ff9b7ebfd8e47f2ccce9 0.01 MB 28 50
143,029 143,029 00000000000005d5d4aa72531276ca4cdb93c231d56edd857a1895e4e66b5e6c 0.01 MB 10 44
143,028 143,028 00000000000003fc9383dfad307058a73739f3b268d6877b2dcfd458abac9243 0.00 MB 7 76
143,027 143,027 00000000000000a84727fb868cd266804ae7b5b20237ce9e37e204af98ec63d3 0.03 MB 54 77
143,026 143,026 000000000000009bfd3a25ce85e415d56178b3c486c4d8d24452cd7b703a6238 0.01 MB 37 132
143,025 143,025 000000000000012af13935d62284ab720fddf2a3554e221880ba221b83c8493c 0.01 MB 15 68
143,024 143,024 00000000000007958eff9a68eb6d2aacc1ad6b57b5a27b1b642c0e54eb9018ac 0.03 MB 93 64
143,023 143,023 00000000000006ea0967e279c1f2afdd049088910152cb2dc7a3f5c689832377 0.00 MB 13 213
143,022 143,022 000000000000008142b0f8d7ad7d7a377f1be72f270b3d36c6708499fef31ada 0.02 MB 53 241
143,021 143,021 0000000000000398719ae5a5a37647e2fc382f6e188a5de15abffddd468abfd4 0.02 MB 36 218
143,020 143,020 000000000000008e945953a776a9d9c1c2038371fc508caf60be956106be9187 0.02 MB 39 92
143,019 143,019 00000000000000f70ea9b4a3c95568ea13f08ab1be4b67cee9d89df862e08296 0.04 MB 153 23
143,018 143,018 00000000000000910d43cab32a3db15f5355ff37d3f8a960690df31fb0367705 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.