Memory Pool Memory Pool Refreshing

1,887 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,742 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 1,881 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,741 (230,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
677,473 677,473 00000000000000000002b4d0be199f19dfb37383ceac295885bed66d534d545b 1.37 MB 2,698 65
677,472 677,472 000000000000000000089b54ae871ce4c7bbeeac55092314ba83e9a44c81e782 1.32 MB 2,388 69
677,471 677,471 0000000000000000000b33967ba739378e0c484e2a41136daced4ec414388043 1.13 MB 1,333 72
677,470 677,470 0000000000000000000aa38df31f5bcaf6f306e5ac2b5d34c17fe3894ed90ff3 1.14 MB 1,629 73
677,469 677,469 0000000000000000000a068493eda9dc576063fd785179499c564ef740f5f058 1.21 MB 2,991 68
677,468 677,468 00000000000000000008e9da43de1a8573ebbfda71a4c8cf01b01eec216816d6 1.56 MB 1,771 78
677,467 677,467 00000000000000000001ec1cb39f34a0d6ea02bef7e926d5522e283c6eeaf998 1.36 MB 2,447 89
677,466 677,466 0000000000000000000b690aafeba9dff9f13f0b8d13915418185dc6bd632291 1.71 MB 891 79
677,465 677,465 00000000000000000002b7fbc670cb8e7183f37597f297722463a68f76f6fad9 1.44 MB 2,281 86
677,464 677,464 00000000000000000001ff1d10d6a18608dbc1f443ec3a7e11b5c46f1207ab02 1.30 MB 3,086 98
677,463 677,463 00000000000000000004e4aeb06e9424ee3dcb8b25adfd5e8b3f2be6f8297819 1.43 MB 2,031 57
677,462 677,462 0000000000000000000b478cb4e72e4e7b8d15bf4f2d9b2b2964e84b6d68af79 1.25 MB 2,180 15
677,461 677,461 000000000000000000065026e75c5a4a3d0ebca917114b50e6f5ee8c1274c560 1.26 MB 2,450 29
677,460 677,460 00000000000000000006edc90f9f7e618103b34ec83454bc91eb72c469d02a24 1.42 MB 2,400 36
677,459 677,459 0000000000000000000a13ef9fbae6d7918e0538543fd03b8578f95aa8bf1cf1 1.40 MB 1,929 53
677,458 677,458 00000000000000000009e38785d7f1abdec3c1a837b277abaf756d6d327430ad 1.23 MB 2,970 57
677,457 677,457 00000000000000000000f742b902fee278da14d8f3494ce7b40902cad970206e 1.34 MB 2,431 61
677,456 677,456 0000000000000000000a59a043e08d9636ecbc7d9afe1588dabbd78d6a54891e 1.31 MB 1,854 75
677,455 677,455 00000000000000000009fd27536263ec19b128e94301387b052aeedfc793a92a 1.22 MB 1,454 76
677,454 677,454 000000000000000000033a1ba39a3b7223797fb0e62a58f295e0ee10fd192f64 1.19 MB 1,483 78
677,453 677,453 000000000000000000092d93145ea1732bcb3136c73b366fb821aba84cd5851c 1.18 MB 1,736 71
Previous 10 blocks ↓
Total Size: 769.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,627.94 GB sent, 93.19 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.