Memory Pool Memory Pool Refreshing

6,419 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,088 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (3,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,082 904,082 000000000000000000024071274396397f1f73d1bb86d7c92cf0873beb02052c 2.26 MB 672 0
904,081 904,081 000000000000000000023d14f8d7211c6e5da1dae8ed3ce0c55f0e940bab55ae 0.83 MB 1,388 2
904,080 904,080 000000000000000000018f2f685021b4f4c19817ac570eee6c6d62a68f04bf76 1.81 MB 3,655 0
904,079 904,079 00000000000000000000bb4f480d80b4b6fe8a94d407f9f30e80b70bd3939315 1.30 MB 2,889 1
904,078 904,078 000000000000000000009cde513a08a67f71412fcf48cd66e2f226b9df597b45 1.67 MB 2,419 2
904,077 904,077 0000000000000000000241e9b9413be5fb602ab931ed87cc411072c609663418 1.72 MB 1,828 2
904,076 904,076 00000000000000000000a25a56a7ece141e336834b8e7aebde775e16aadfec1e 1.76 MB 447 1
904,075 904,075 00000000000000000001a3744e438a573b9bb0d3ab4f6ff58dd6c72c10b00592 1.58 MB 1,394 2
904,074 904,074 000000000000000000025b57ff9d2791e8d726491be64b8d23a22dd5ed087afd 0.91 MB 1,558 1
904,073 904,073 0000000000000000000017081151e51a416753246d6acc0613b3a4386ea6f074 1.76 MB 2,119 1
904,072 904,072 00000000000000000000340a470072c3e006a4fb8bfa410f97f62f08c3b8c71a 1.07 MB 2,011 2
904,071 904,071 000000000000000000024ef39cc96bfe0c6e262ad05cde6a9ac69fd0ab31a029 0.37 MB 780 2
904,070 904,070 000000000000000000022133b0bcbfe9dedc9104facd826bfd04e922d12d6804 0.17 MB 276 1
904,069 904,069 00000000000000000000529ce1b98c0ca7039502e2f044934eb6f2d3f3ca8027 1.82 MB 4,146 1
904,068 904,068 000000000000000000011515cad31b2b5d82d52cfddc2593d43cbb44585fa1c8 1.96 MB 1,801 1
904,067 904,067 00000000000000000001397e5a9ee91529be8db880b0259891c9984ac9e340e2 1.62 MB 4,170 2
904,066 904,066 0000000000000000000100ec5406fe74803ba41c720731ebee01add8584c7131 1.64 MB 3,941 2
904,065 904,065 00000000000000000001384ce4ab93651b3ebc47578215ee7cffa2cffcfc917e 1.36 MB 2,343 2
904,064 904,064 00000000000000000000765beaf14864c463994af538b8430fd6dc47052da7bc 1.98 MB 2,661 0
904,063 904,063 00000000000000000001a808a95b1617e50edf30f0f4501ad6adbba627078f29 0.05 MB 141 1
904,062 904,062 00000000000000000000a40623886b0c01690bed53825365da4ed370015bd782 0.74 MB 1,615 1
Previous 10 blocks ↓
Total Size: 769.21 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,634.38 GB sent, 93.99 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.