Memory Pool Memory Pool Refreshing

6,183 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (717,855 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,847 189,847 00000000000004097589dd2b08ac8f20d06466fce765517b75e9791155396280 0.04 MB 77 75
189,846 189,846 00000000000004e33d9c0e049eff8e6f3202dbe9517011fb0e26108d64229c83 0.25 MB 757 173
189,845 189,845 00000000000007bacbf2792e9b65dfe2e994ae579e0f9f4669325412de1c257b 0.07 MB 203 28
189,844 189,844 00000000000008fa4f5da100c5eb3b088cc498026a2d31299e30c3014ed5c9cd 0.06 MB 134 936
189,843 189,843 0000000000000865d6df3d7aaa18e6f3aa3781495cc0462a34d727842c16aab9 0.25 MB 465 123
189,842 189,842 00000000000003d06399bc4f2b744ca9470f67fcab8aa7b458139545700ab68e 0.25 MB 512 118
189,841 189,841 000000000000042be5a1d0d9e0195526c60ff1b487170ddaabf045986c3be7fd 0.06 MB 186 77
189,840 189,840 00000000000005d3490726cbfe6295697b1d917afc56370c4835cc1458f05f77 0.25 MB 606 122
189,839 189,839 00000000000000ceddf14dfb2bbdbf420f375b43adaadbdcaafb0de32ce5f68f 0.25 MB 587 163
189,838 189,838 00000000000001de09f69108432bde4628e090061594fcdc7ac174a22cfa13f9 0.25 MB 462 134
189,837 189,837 000000000000069263dc26d3c0f6f5da941793bc1c0cab527176e147fae4e321 0.00 MB 1 0
189,836 189,836 00000000000007d3d0d45f398436de0f52e1d0997830e8ae9fb7daf9cc24a200 0.04 MB 114 110
189,835 189,835 00000000000002e2b98294371a061c58aea8d170e6aee118bf3ebd0c2ecc7686 0.05 MB 108 45
189,834 189,834 00000000000000630b554817bcc00d9959b10e5321701f7f6b893038c196901b 0.00 MB 1 0
189,833 189,833 00000000000006718ecaac7d4bcc70b1c1047ddca528b494d376f7b0b7914ae8 0.25 MB 566 116
189,832 189,832 00000000000008f3f23e0bdc98c6dd1bc54e3f3d58b4f8a42bda09378cc81afe 0.06 MB 126 137
189,831 189,831 000000000000027d37979e07bb3c17afacddc864665a574cff9fe97693e293bd 0.03 MB 93 92
189,830 189,830 000000000000010e6da9452847dcf4e920c0c51f8aee5b9f716057f36e1ea2a6 0.01 MB 15 92
189,829 189,829 000000000000086b4f72a57c39bd99b602b050a457cdf42d32c121edf3d3ccd8 0.19 MB 367 106
189,828 189,828 00000000000008e9b25a92d70cee36ac312c4195c50e0a9784369958b20cbbd2 0.13 MB 334 35
189,827 189,827 000000000000055fe82ddc1237a3c8a991fd71f9a22a415604063ff98d567fca 0.06 MB 107 78
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.