Memory Pool Memory Pool Refreshing

17,984 transactions
5.80 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,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (764,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,313 143,313 000000000000011003f4222a14270b7b879c70a4724af4026a23b2b7511eeab1 0.05 MB 135 146
143,312 143,312 00000000000001a902b617f6322e3a7ebcdb6443b7128eb131ece953128b2280 0.03 MB 61 413
143,311 143,311 000000000000028f8bb97b72081039ff07de87c5f9dcdbbc7df906770368ec52 0.05 MB 130 512
143,310 143,310 000000000000064e817c6a555d06cfe43b2d2836cb8da85c13157859fcb32acf 0.02 MB 56 66
143,309 143,309 0000000000000535d2418977f0c55e768b93c1d63ec800de920a394e556dd4dc 0.00 MB 5 35
143,308 143,308 000000000000077ff35c723ea14ca9b783488071f676b5bbc17c99b59ec7a52c 0.03 MB 53 80
143,307 143,307 0000000000000530a1612b1f28b1afeb5a28138604ab139a359490ddbab1de2f 0.00 MB 8 326
143,306 143,306 00000000000004efc79a676859b53cf917ac6fb61ee2b1e91eaf640450bcc3a9 0.02 MB 68 278
143,305 143,305 0000000000000112d2882f7426612ab1f54b3b7073f17ef66161290f43d41cd2 0.01 MB 46 69
143,304 143,304 000000000000015f3da42a4d5f39fb2929a7971d55f5a84e18cd4b3086d54328 0.00 MB 12 81
143,303 143,303 00000000000007b13b21a8a9e25d04489b63185cf918f7257f253574125cbae5 0.01 MB 12 141
143,302 143,302 0000000000000968e2fcbd59bc06fd99440da6a481e0c8710ec4340b56395e06 0.01 MB 16 78
143,301 143,301 00000000000006b23b456c55be2b64a9012b99bb950dc40e5857684a9e43dc34 0.04 MB 150 144
143,300 143,300 00000000000000ff0f6eb103c0d187de0cc9501de07041a466ba8fcbd6e52eb9 0.02 MB 53 267
143,299 143,299 000000000000054c2356af8c78a7e968ec9b9fe0fe7c953e4cdb1d3e6207265d 0.02 MB 32 219
143,298 143,298 00000000000008cd71a783f10dee6a243d1b6b68f22828fc2a529ed2db486dfd 0.01 MB 26 331
143,297 143,297 00000000000008cfb9eecaa957c3ef66ddc949f48e5d3dc3e641f62e61b8f19f 0.01 MB 32 111
143,296 143,296 00000000000006e230c8ccf8a95ed054b0bf9020cbe4c0b81861d2e6d25abc7f 0.03 MB 78 120
143,295 143,295 00000000000006c29f41392968a3ab009bf4821110e67fbe7d34e47115b28c74 0.05 MB 118 91
143,294 143,294 000000000000045f2c085fb1e085152e3acdb8bc55b49cb7db35b1c43cf3b684 0.00 MB 1 0
143,293 143,293 00000000000000e454bc11e7e5c1277c6963131d0e5d7de7b4b8e9c10831b67d 0.01 MB 37 90
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.27 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.