Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,779 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (253,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
654,687 654,687 0000000000000000000909f4c30d18c2086eec3312d1e76a4f6cc3d87c560078 1.34 MB 2,747 285
654,686 654,686 0000000000000000000c5f78023bfa5ed3910af0ab2677c5c90d160e6fe6421c 1.31 MB 2,776 324
654,685 654,685 000000000000000000059d9c32848f261dad5c18161e58f28882924f611f50ae 1.31 MB 3,172 332
654,684 654,684 0000000000000000000c8ff12d8cac0958b2b8adbef289aa3dd10f5290798cf0 1.29 MB 2,907 297
654,683 654,683 0000000000000000000b9d2ec5a352ecba0592946514a92f14319dc2b367fc72 1.44 MB 2,681 265
654,682 654,682 00000000000000000003fb8ae0a1dac01e2c387e7e6b52a3ca61ff20e706563b 1.29 MB 2,922 275
654,681 654,681 0000000000000000000d29871a4a11ffbdb1d52f33c7adb4e870d9609d5c5d9e 1.24 MB 1,738 284
654,680 654,680 0000000000000000000ce638ad696cb2079c56a61ccbd7dbdee1bdb39850481a 1.27 MB 2,939 293
654,679 654,679 00000000000000000003ec7763c65dd4c1b303d30fac579ad334ff3bcd46fad9 1.26 MB 1,759 265
654,678 654,678 0000000000000000000835fe97bea55addde6ff4e698f0ed123d2d7d92ae13c6 1.25 MB 2,896 263
654,677 654,677 0000000000000000000b077cb2f56707044fba3a73e23848d44bc1139fa624fa 1.26 MB 3,117 296
654,676 654,676 000000000000000000047f5582b79de5dcd2935c95f5998b5d138a852241c421 1.19 MB 2,927 284
654,675 654,675 00000000000000000008106b2642b10d708eae883c08c29ff7c5080633b2c3ea 1.22 MB 3,043 270
654,674 654,674 000000000000000000093350ebdda41854a1a7fd7a7a7f57927e021cd988ca01 1.31 MB 2,968 312
654,673 654,673 00000000000000000005d9e64536885cfb04b51e6b6bc75173ada2e09b14cc00 1.31 MB 1,979 273
654,672 654,672 0000000000000000000bf458148fda4f4c1eaca067d5d7660f318b0b38961a4b 1.30 MB 2,404 277
654,671 654,671 0000000000000000000896b08f6fbcb6f8ec3f21f3957450fdc5cfff616dc759 1.29 MB 3,401 332
654,670 654,670 000000000000000000040aa60fde4e71a4fea76c46866dc0e8a233a82a5181a3 1.31 MB 2,971 287
654,669 654,669 0000000000000000000b2d5b126a36b11a2d12d8d43dc2bbfb2dbedd577dd4fb 1.35 MB 2,910 293
654,668 654,668 00000000000000000000e0993de2001887aeebe4003df23eabff9007fea6cbad 1.34 MB 2,903 279
654,667 654,667 0000000000000000000067b663dfc4839462dd74001cdae65ec773e8ff64da92 1.34 MB 2,726 305
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.