Memory Pool Memory Pool Refreshing

1,477 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,791 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (693,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,061 214,061 0000000000000159ea888e9b7d0986b5294d61b370e54af32d9e893fc269d82b 0.03 MB 62 158
214,060 214,060 00000000000004fa8c882f30ce0bf3c07b505f7a49a9346d6056c7dad8fdc95f 0.25 MB 635 203
214,059 214,059 000000000000056c4ec69773f7c543805be14d713d67e5724de64ab4832c1397 0.00 MB 8 0
214,058 214,058 000000000000017abb881c77397f1388deb3b52ac6e1c6351de97bbf81180324 0.25 MB 511 152
214,057 214,057 00000000000000cce5bb338df14c9cdee85d5e068a7291b36dc7c3e436a4ccc3 0.22 MB 549 194
214,056 214,056 000000000000038b1a876d1f0d74b0062929081f397ed0cace2e50fdb3f3f367 0.31 MB 803 229
214,055 214,055 0000000000000341997a5d9b7fb1f07df7b5c0f71fe283d8fb678ee9625da199 0.00 MB 11 83
214,054 214,054 00000000000000230953220261ce1ba329d7631ff5e77ac4e6418d7b63efe099 0.19 MB 518 206
214,053 214,053 00000000000005591a72cca7bb4cf5f6f111131d426ac99c44f898d1acb3826b 0.25 MB 494 161
214,052 214,052 0000000000000056f00920de64ace0df2682df63eb1dcf8191560e378b7df31e 0.25 MB 746 218
214,051 214,051 0000000000000124b383fe2aaa39cac0fb3baac6f523eea0d85ff213192bf275 0.27 MB 544 159
214,050 214,050 00000000000001964f9919e5f30aeb5159b0a008ca56e3a37ffed3cb9eada203 0.20 MB 699 275
214,049 214,049 00000000000003fe5918bc6e44e41cd73a4f36488d560749f7ca2a14fb4e12af 0.05 MB 102 155
214,048 214,048 000000000000029ddb7dca116aebbf087cbb3ac9b479285b0c22febf42c6ee66 0.05 MB 105 163
214,047 214,047 00000000000005422fb751c6c47f6d07dc065d8d35133cc5969d5b23163fafd9 0.12 MB 195 68
214,046 214,046 00000000000001f408f98565bf5dc0dc10e98c1589a27ebcc4c7b5918c3cb083 0.37 MB 547 152
214,045 214,045 00000000000003902acc53685642e5175f2b45aa326060478722ba0dc1ee2323 0.25 MB 730 301
214,044 214,044 00000000000003fdebca4f6353ebb18f93cdf19069adbdd9286b422ddbb73cd7 0.26 MB 606 234
214,043 214,043 00000000000002e12ef9cd488f2aad5fc50b99a1e16279b83eefc08d7859880d 0.05 MB 107 143
214,042 214,042 000000000000014aa199400d4fd63dc37b63c251d824a7a3a429479877f064b6 0.00 MB 8 46
214,041 214,041 00000000000002f9366ec653bacc803ee90fde1f83e4150e5db5c63c6f35e0e9 0.25 MB 621 196
Previous 10 blocks ↓
Total Size: 769.15 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,632.46 GB sent, 93.62 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.