Memory Pool Memory Pool Refreshing

3,700 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,002 (705,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
202,803 202,803 000000000000001690831116035ce3a476b215a4da1c40973a48b5ff2986fdbb 0.09 MB 240 54
202,802 202,802 00000000000003717c8f83b9965f662d4674171e2d381082c6128e75161c4e4a 0.00 MB 16 60
202,801 202,801 0000000000000063868d0b418d608fd31b5033c93eb774d6d666ad4c9eb721ca 0.05 MB 99 96
202,800 202,800 000000000000030d10bca1df1a67e37e3cf80934544976406020458ec603f475 0.06 MB 112 103
202,799 202,799 000000000000053d5bc9294381eb951b403dcdafcf80aad861bdc2e3f1dd4b02 0.01 MB 32 217
202,798 202,798 00000000000002f9a36a71a296cd5cb0133de9ae1999d3c58db19b51161b1ac9 0.01 MB 13 45
202,797 202,797 00000000000000016fa3cafdfc4fffc6b3b6d35c98ca2529f731eda06c276c04 0.01 MB 16 95
202,796 202,796 00000000000004457a0363c95bce1db26417a8137e6b2446fa8de137a6cdfada 0.02 MB 49 23
202,795 202,795 00000000000003c6ce401b49bfe0ed3b7569afc7622c2b18fe2984484ea6a2b1 0.04 MB 100 129
202,794 202,794 00000000000002086052ae93be55324453d1ad0e3a89224af4caaec973f1e351 0.00 MB 7 52
202,793 202,793 000000000000007c234e3fadf6792d53773ab794a229f57e02991e0cd65ae5eb 0.04 MB 81 222
202,792 202,792 00000000000002b730ebf5051b169ebf97c3b0fcc6e2053f851b7f5be7db4232 0.13 MB 173 103
202,791 202,791 000000000000020e3e808b4167ac565000d3a78ebb863865b57541e601e2ab71 0.01 MB 23 86
202,790 202,790 0000000000000432036d12acb6f55fa4d79bea28d23a392a73f4c4c50cfcd1fd 0.02 MB 33 109
202,789 202,789 000000000000035e3a80dca7c6d92caca75bb643ed8b1df3321d16140ab25f04 0.03 MB 113 3
202,788 202,788 00000000000000309bd07b458473b1f059f217f2c9ad387b72002c417c2dd16d 0.13 MB 270 133
202,787 202,787 00000000000003c7c14efbbc3395c4d5ae45aef6db47080709d1457a4b8c8b58 0.02 MB 45 33
202,786 202,786 0000000000000287e30e89a34b1e39aa2cf028fe2bf3d728e7b5328cf31346b0 0.09 MB 222 131
202,785 202,785 0000000000000369c2d80651844c41c71ee4c6b707be91af1842d02614282824 0.15 MB 351 142
202,784 202,784 00000000000001ca0164ed81343eb934371c18419da894e1dc19421cf68028f9 0.07 MB 202 444
202,783 202,783 000000000000014ca5391f1a5b49415362f38abdbdfc98d5f6493ccc10b76134 0.09 MB 155 112
Previous 10 blocks ↓
Total Size: 769.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: 1,648.93 GB sent, 95.69 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.