Memory Pool Memory Pool Refreshing

1,887 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,565 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 1,887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (903,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,826 4,826 00000000ace0b517af92fdcf78ac71bf4c297205cef79b9854433df7dace6f0f 0.00 MB 1 0
4,825 4,825 00000000a572f68848d819c0d35906b0905ea98f184e5e33e85832b7e46884f2 0.00 MB 1 0
4,824 4,824 000000008a49bf503cbdf8c5016927183ab252673dcde3b552a2441f6c4b5829 0.00 MB 1 0
4,823 4,823 0000000079f9e79fd7c741bf261b712379495dc62d06eca38884e7aaf3887884 0.00 MB 1 0
4,822 4,822 0000000067d925aef445c31994026ba9b6d4d2d4022fd04f4111a3fa7e2b2627 0.00 MB 1 0
4,821 4,821 00000000e0be8c1aed8deec216f290765e072e5d909e5908b137418d99805bfe 0.00 MB 1 0
4,820 4,820 00000000f2dd2f23d3d3008a8ef26be0333d06b071687ae4e414caea637f2f93 0.00 MB 1 0
4,819 4,819 00000000c097a3d70d66d430bae5a410e6a1ab92eb817792d5e1a3954fbcbf7f 0.00 MB 1 0
4,818 4,818 00000000091da0832d88b03a8f3deadca5806da3fbad6fb8c2e691db8b53886d 0.00 MB 1 0
4,817 4,817 0000000041bf3b1c00ced3f3529a6326af38146e30177de5810f90eaf7e72032 0.00 MB 1 0
4,816 4,816 000000000c14dd4337305bab8064ecef876e0839d6ff69cea6e07f23f5e326ef 0.00 MB 1 0
4,815 4,815 000000001ae60e997e6e21f15117fec04e20f8b4d78dc566c2c8bf75713787a7 0.00 MB 1 0
4,814 4,814 00000000ddd01b6d8cc64c7cf2f2ef40a2a71d44114696ae5214c8d874b325ff 0.00 MB 1 0
4,813 4,813 0000000054c0a4d5ccaab1f63ce125c2d68119a13389f10f9ce62e5501b60fff 0.00 MB 1 0
4,812 4,812 00000000ff2f292114bada4009503a5e8351e9587c82289c4d51499b79e0b80c 0.00 MB 1 0
4,811 4,811 00000000d5230b6ad7b254cfe03b8af8ca676b02b42375ddee00491be16c407a 0.00 MB 1 0
4,810 4,810 00000000597bdbf44ada6e1248a46076eb2cd8eebbc7d60afd910bac2bf29985 0.00 MB 1 0
4,809 4,809 00000000c3c3800a7c806f7237fd96aa83625d08b96ee4224847887e0b245557 0.00 MB 1 0
4,808 4,808 0000000009c3629042caecf2090a9e851c79c2b2f78fd72a5b80a5d47f6320f1 0.00 MB 1 0
4,807 4,807 00000000639da7c336f301c900371d7c5ba695206ad504853dc947b9084e189d 0.00 MB 1 0
4,806 4,806 00000000a18ba4ac4f021d33ec832dc10c79f888b5be636d25e01e5c4141d68e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.62 GB sent, 100.68 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.