Memory Pool Memory Pool Refreshing

4,945 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,892 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (591,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
315,816 315,816 000000000000000033f075cffb797934e06c8bc73d04f8b217329677a47e43cc 0.21 MB 301 25
315,815 315,815 000000000000000003665bbfb7ea251faa92741e3fb5d9fd21393ea6c5867764 0.22 MB 419 29
315,814 315,814 0000000000000000163e162c0be766c3920ee2974616dd728535173d619b5818 0.06 MB 145 37
315,813 315,813 000000000000000027686ba920f900af8382dfe4eb8a553b853df87ff695a64f 0.45 MB 563 20
315,812 315,812 0000000000000000105dde74093a9a5bafb44f842d2b7dfb70c14e7cd8721a98 0.75 MB 1,316 25
315,811 315,811 00000000000000000e7b2f83ca3f883b31ea0d4052c07f903c1ed2b068e8a53c 0.35 MB 1,092 50
315,810 315,810 000000000000000013cdf1a705c10b358a486977be7117c219ec1bd4ccbee25f 0.10 MB 208 25
315,809 315,809 000000000000000023ea869579ce26385a5167fcc85f88d4554e71bf5ce2fa3d 0.67 MB 1,270 27
315,808 315,808 000000000000000014bc295f0efb3af0a8f17982dc7fed3a5528f928436af262 0.28 MB 435 24
315,807 315,807 000000000000000033065ad407cb565803110e70c9ed4131c7466c80183e6b82 0.02 MB 26 21
315,806 315,806 00000000000000002424c0b3d8c801f213f8de057f15f0d73760a70dab685fa9 0.05 MB 98 23
315,805 315,805 00000000000000003240a77660292d3ba3012c01a6dd5ca7c6c6c1c84f45121c 0.17 MB 217 17
315,804 315,804 0000000000000000269fe054fd304236e53869f7dcc3e6464be4bf2cecd0e0f3 0.40 MB 291 18
315,803 315,803 000000000000000009d9ee3b143fd1cd31b66fb43e8de516cea926983b279698 0.35 MB 920 35
315,802 315,802 00000000000000000f00140d3199c3f7be09c5dda6a60642ffc39e81aba5c709 0.37 MB 500 22
315,801 315,801 000000000000000026d2dbc58437901b5e5c540b0b7a26e37ac1a14347968db0 0.20 MB 450 31
315,800 315,800 00000000000000002de6f8753e8600e399e8cfc13a484855350422b6d3448a89 0.40 MB 663 27
315,799 315,799 00000000000000000f906d2d1b322aaac2004506437912a6e3e37124673ef88c 0.20 MB 375 29
315,798 315,798 00000000000000002e983a910e02ff30f5dd85666cc7ce8c9e2389dba836125c 0.39 MB 624 27
315,797 315,797 0000000000000000324ed5ec16fed027599076a1d1ecdf0f13b542c4f3739dc2 0.03 MB 76 14
315,796 315,796 000000000000000014fb3dc128cb36933ff6c7ea5e95249290a93fe4b97b621a 0.20 MB 389 31
Previous 10 blocks ↓
Total Size: 769.05 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,627.53 GB sent, 93.13 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.