Memory Pool Memory Pool Refreshing

3,212 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,950 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,303 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,949 (763,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,137 144,137 00000000000006634b63eea3db0234316ef36d951075339c38aa1ff124ee5fd3 0.03 MB 69 323
144,136 144,136 00000000000001b3ba9f37a4301f3bc60abfb8ee51ef5f277196b06e55922540 0.00 MB 14 105
144,135 144,135 00000000000002f9085a0b19969eabd57617dc71410b523a78de40c3440bb5c5 0.02 MB 31 19
144,134 144,134 000000000000057ba2fdafb2423d0ee54a23f35005aa187e64d917adba5aa6e0 0.04 MB 46 83
144,133 144,133 00000000000006dc3f20e06a44613f71ff659fc1d7f4c20e031e5260e8b5a8fa 0.02 MB 45 43
144,132 144,132 000000000000054e0689146224ef690ccd734c36d9a6bd99eb0b407417f2b672 0.02 MB 26 113
144,131 144,131 0000000000000255b8f5143eddf4a0976f021b7112b2bb2c89249a8cb1048f02 0.01 MB 41 97
144,130 144,130 00000000000000923c2a6a7ab28f738641f8243ea4ae412645e69ad44c1fffbb 0.00 MB 10 17
144,129 144,129 0000000000000809c403e1c7ceedeb7a8b68a847739854400d8fd67b54be2892 0.05 MB 129 166
144,128 144,128 000000000000050904b9dde3c5961613f998699ef4764c4f45d8f5c551310c9a 0.00 MB 3 94
144,127 144,127 000000000000024cd562aca2856db4f77d98d4598d8b3974a3589cb4f76b68cb 0.02 MB 52 77
144,126 144,126 00000000000006cfe3a5a634341663a63ef9fcd46ee9b3fbf313358a211cf85c 0.00 MB 9 771
144,125 144,125 00000000000002b12ac40646c92f9d4a43f5c425af3dcd0c5c664e51c65a22cd 0.01 MB 30 170
144,124 144,124 00000000000005453e613734b291736dcc29c4077ffbb9ca4ca6d5ff0f952eef 0.00 MB 1 0
144,123 144,123 0000000000000176f70c0345078bfe8ef9e50c26dfdea8e93d26f01e1a21c580 0.00 MB 12 52
144,122 144,122 000000000000068d1b84ae095125d39fb18fe03d341434d35d2412a974b6e6d0 0.04 MB 128 265
144,121 144,121 00000000000002be1a021fdb20190ee3cdf8f840491f6e648e637078b985210c 0.05 MB 124 189
144,120 144,120 0000000000000442256300cad07361d1844268051eeb645bd01f16307b7f6fa3 0.00 MB 7 106
144,119 144,119 00000000000006a2c72c914030c44c708d3a63346870d55ca66ca32efd86238d 0.05 MB 133 183
144,118 144,118 000000000000080814c9619e3597dca5bf305888f5f49f02437008529945c5b5 0.03 MB 68 19
144,117 144,117 00000000000009280c3ee578b2745d3c8aa3e7f28bce83084ffe1aa1cb05bb79 0.03 MB 69 150
Previous 10 blocks ↓
Total Size: 769.45 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,645.92 GB sent, 95.20 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.