Memory Pool Memory Pool Refreshing

7,608 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 13/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
908,111 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,353 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,110 (660,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
247,786 247,786 000000000000006bb34e703a13ce7f15402cf0a64bbd57a85822452e2e62bf76 0.03 MB 77 107
247,785 247,785 000000000000001e1cac881e0e1eb4070abe0586854567ad0f0921a8c31398a2 0.04 MB 90 163
247,784 247,784 000000000000003261034aa7c18263240b5917c6bf512a3a55122062a9ef5ba6 0.03 MB 41 45
247,783 247,783 000000000000003b09bc7bfb97e34d118eb58d1cdbff9c97d46e995502ae72da 0.12 MB 312 170
247,782 247,782 00000000000000377add58dcd892f68358a49b7d13012f76e54c69514e44a496 0.08 MB 128 87
247,781 247,781 000000000000001a715a33c5e52d249edfec92f8a5abf590dcb06ba5f4a1d18c 0.00 MB 1 0
247,780 247,780 0000000000000032777d5dc903136e5580557f448bfb0bea1c961c081d0efa2c 0.04 MB 128 195
247,779 247,779 000000000000007a0e57b64b809c411e7cdf7ad6328e12296e340bc58051d81a 0.01 MB 27 147
247,778 247,778 0000000000000076183ebae38504d17e4024f14904525c7cd37c05aad830689b 0.08 MB 185 156
247,777 247,777 00000000000000601789b615d4bea0577333885ec1b9793843e0d18199b83b3d 0.04 MB 111 156
247,776 247,776 00000000000000737d291e80c6e45e8d26b0aa50eff6a48a60fd9244fc856323 0.09 MB 223 161
247,775 247,775 000000000000000e3ef6e9d70210cce10e78c83a33ee68845159bc2d12054cab 0.01 MB 9 25
247,774 247,774 000000000000002b89e45c7265d581fffab9bfd90717ec53c3dbd2e6d2b3c410 0.12 MB 303 139
247,773 247,773 0000000000000031b1d40e814cbfe586403c958fa3adfa77cdab7a59882c87bf 0.04 MB 104 169
247,772 247,772 00000000000000036597b8077e57e984930160d586b8013072843cd134937ac0 0.08 MB 148 119
247,771 247,771 000000000000008beb953d645a7b245941c06b862f4d55a507a05759571d99ea 0.08 MB 225 166
247,770 247,770 0000000000000012d1edd90bc6f5d0e9edab79ecea23ad8517e1ddcf275e6b52 0.10 MB 233 119
247,769 247,769 0000000000000011ad3c157ee5e479f4abbf37774919c49e3818a663bce161d5 0.14 MB 309 118
247,768 247,768 00000000000000a3b19bb7918b4880d312111cdce42b907637c1717e37a5a606 0.03 MB 91 123
247,767 247,767 0000000000000063089921975ff04502169612eede028d91f2f1eef0c2c54bf5 0.02 MB 36 79
247,766 247,766 000000000000009d31a849d1f6ed5a8f54335b0f9457131abea1299b42080439 0.00 MB 10 66
Previous 10 blocks ↓
Total Size: 769.75 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,679.61 GB sent, 96.66 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.