Memory Pool Memory Pool Refreshing

6,006 transactions
2.11 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,456 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (253,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
654,666 654,666 000000000000000000095aa703ea8d1511c8bbfd7fd2dc1227471acf15498640 1.32 MB 3,127 316
654,665 654,665 0000000000000000000b50d94d3cb83af642b95c29bdac0c5ad2df8bb4f61c98 1.25 MB 2,581 266
654,664 654,664 00000000000000000000d7ae1175088597734da6dd0b18105927c8d67319e5e6 1.27 MB 2,612 276
654,663 654,663 00000000000000000008473440d77092a669e55c3f377da8c96bcdb40a81d727 1.21 MB 3,095 328
Previous 10 blocks ↓
Total Size: 769.29 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.56 GB sent, 94.40 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.