Memory Pool Memory Pool Refreshing

6,069 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,866 (421,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
486,655 486,655 000000000000000000aa7ef68a699bac1db482b639983725351e7afcc910b042 0.36 MB 721 24
486,654 486,654 0000000000000000000c00013cc08731f7e72a0d04914464afae8e0a89b6d4f4 1.02 MB 2,341 111
486,653 486,653 0000000000000000001d31235975551242756111bc77090b989f290f198b5533 0.08 MB 189 122
486,652 486,652 000000000000000000917824eea11797c85b950181e179913e95097e4edfaa37 0.25 MB 652 90
486,651 486,651 0000000000000000000326bc25ad55a7ca47010c6e2e451d52ac6ad2ae935e8b 0.12 MB 315 87
486,650 486,650 000000000000000000bdcc4a2d7b8c06d310465a7b67a22116420a335d69fdc7 0.19 MB 475 72
486,649 486,649 000000000000000000c8b472237f05285bb782044059048762e91e5f0e41524c 0.21 MB 451 107
486,648 486,648 000000000000000000aa44b45b1d91ea844ac4af2bfcfe6f766b2677be25fa84 0.25 MB 682 82
486,647 486,647 0000000000000000007828aea7f76a47a8261de29d6dd4d26b827b122317a5c6 0.85 MB 2,040 92
486,646 486,646 000000000000000000df0aa4241998aba3d16cb38f2b1c55cfb079616fefedf5 0.02 MB 71 136
486,645 486,645 0000000000000000008d16f613780c004c6244b2c6735b81a3534a7c97a3d1f5 0.28 MB 586 95
486,644 486,644 000000000000000000410960d3b6a5f74e9a7b0ff7ad23e8c363d6cab648b505 0.47 MB 1,003 86
486,643 486,643 000000000000000000be6cf9d13308969942ddb6619e7eec14525827986d88b9 0.28 MB 673 19
486,642 486,642 000000000000000000ab33dc0771ecedf3a13e609f9ccd381a4c5f03972cfaa7 1.02 MB 2,337 58
486,641 486,641 000000000000000000508b04ebf7baf431cf4c3a2460c0b654f148b72aefdc9d 1.01 MB 2,374 144
486,640 486,640 00000000000000000022413331084c96aec1105d0734e976059fbc44ade7a85b 0.01 MB 30 518
486,639 486,639 000000000000000000cbbcffd1d3eb363485f7f2d51464e045edefe730c20e40 0.05 MB 114 22
486,638 486,638 000000000000000000a27d02b6d05dca6eef0414705a8289ff98ab75219629de 0.66 MB 1,538 87
486,637 486,637 0000000000000000006d942373052fcbaa49e92817e300675c30febea32cab4f 0.70 MB 1,749 87
486,636 486,636 000000000000000000c901d4253ddbb0d331c7f181334bf09a91f4dede4ec6c2 0.62 MB 1,232 79
486,635 486,635 000000000000000000bf3d0164284538fe5856fbb6df7b737d38869c0478646f 0.24 MB 524 82
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.53 GB sent, 94.39 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.