Memory Pool Memory Pool Refreshing

42,418 transactions
29.75 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
11 sats/vbyte 2
11 sats/vbyte 3
5 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,032 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,338 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,031 (48,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
827,732 827,732 0000000000000000000301259c5bec008c525525db7f4f15ba5899e5bd51b749 1.62 MB 3,840 30
827,731 827,731 0000000000000000000263225f8c9af8415c774287151406606f11e31f2717c4 1.32 MB 1,839 33
827,730 827,730 000000000000000000009e32852058e5145e4739a67264aea971ad24ac6933e2 1.64 MB 3,908 27
827,729 827,729 0000000000000000000328601432609a025197a3c55d229ab24fb9b13fee43bf 1.78 MB 4,517 27
827,728 827,728 0000000000000000000390106c9d055cae251e8685b83bc08ea62120220daf45 1.80 MB 4,056 27
827,727 827,727 00000000000000000000f301431d658beca45a693f81d74c24a6ed80fd46fde0 1.50 MB 2,477 42
827,726 827,726 000000000000000000032fc3f2a4cf8f086fbeefd77c04e03201868b7a90f0f5 1.85 MB 4,845 30
827,725 827,725 000000000000000000013edab2918e2848c9d78f84ce67ffc7469636370d8947 1.74 MB 4,252 24
827,724 827,724 00000000000000000002c06a13615dd2aa392fcd670adb16a567e34678b449aa 1.64 MB 3,588 34
827,723 827,723 00000000000000000000836e30a6fe81bae5d1eef6e293d13f18685e5f9a60c2 1.65 MB 3,776 30
827,722 827,722 00000000000000000003c753122538b733c7b9776da15e926ef6e8553babce9e 1.76 MB 4,794 27
827,721 827,721 00000000000000000002f370501e3141e4f22f382a2ae22ba4784d73fcbe80fb 1.86 MB 5,338 27
827,720 827,720 00000000000000000000546150fb766c4b75d34f078168e37feb9fd95f31bb9f 1.79 MB 4,910 24
827,719 827,719 000000000000000000000602d6b4ca2693a03e1549e6a07cc2fdf7f382484d1c 1.83 MB 4,444 32
827,718 827,718 00000000000000000000afb22af321e0afbe0e24b1153357d3af28fa8dde9bd7 1.68 MB 3,364 32
827,717 827,717 0000000000000000000204494ba0a9dedc4a7189c5af80e9b3cb570874fcf38d 1.75 MB 3,623 35
827,716 827,716 000000000000000000022ed8ab111e909097b64616407958cc6e0849e1bacc17 1.62 MB 4,405 23
827,715 827,715 000000000000000000010baec6dc16c6dfaf86342d5ec8682501ef12eb559aee 1.97 MB 5,408 26
827,714 827,714 0000000000000000000369596102cbdd586f7b8eea3e8662f352280aca8ba236 1.69 MB 3,024 31
827,713 827,713 0000000000000000000126da3faf6dd2eb14730ea99abd661f18aae0862a3999 1.68 MB 3,229 41
827,712 827,712 00000000000000000002a2c5b2ddfc1aa2d819754b34359733a2917d117ab8e9 1.68 MB 3,431 33
Previous 10 blocks ↓
Total Size: 710.55 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: 670.29 GB sent, 15.53 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.