Memory Pool Memory Pool Refreshing

3,220 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,740 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,650 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,739 (585,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,620 322,620 00000000000000000c8a9a1953b7f0f27bbcc606b657add2b30d7041dae77b6c 0.04 MB 85 27
322,619 322,619 0000000000000000014c33805b3544d697c8cee6ddcad61634891ee73a44a26f 0.36 MB 633 26
322,618 322,618 00000000000000000fe0950745aefeec5611741e68a99b9aa3fa511681ffa28d 0.42 MB 699 66
322,617 322,617 0000000000000000017a942c5e2ae86293f3b3bba2349f20230b0e3b1b454a13 0.08 MB 138 23
322,616 322,616 0000000000000000069d661c52bc9d98ef5dd02c630b5332632a57aa33f4ff0d 0.46 MB 650 25
322,615 322,615 0000000000000000185d8483d6bbfe45750c20cec255ed615a8b74a1f673cee8 0.02 MB 64 23
322,614 322,614 000000000000000014448e6c49fe1099e59f0ba621574f9daf117c52fa18285c 0.15 MB 245 24
322,613 322,613 000000000000000009155ade9feba107238a19d7e6ed2f110a9ab0f020a58aa3 0.20 MB 381 27
322,612 322,612 00000000000000000af3986ba99c2357797e28f4519cad6049944937a58e28d1 0.34 MB 633 25
322,611 322,611 00000000000000001cb5b030ea54d7bc1ac85cdb69a07538a83cb4db6470b697 0.68 MB 1,192 30
322,610 322,610 00000000000000000fd3e782dc647d9523bbab9baf9809fb722b56fa0d6fa79e 0.50 MB 989 31
322,609 322,609 00000000000000001640d8c9be8d4b5422e363043ef04e16546721e17eda30af 0.17 MB 219 24
322,608 322,608 00000000000000000653473d9ad85efa424d9f189a469636ecb5aa6e16ad2c0f 0.75 MB 1,335 29
322,607 322,607 00000000000000001dfc33c17aebcabe5b4276ab119bcfb1ad86f07040c691a8 0.06 MB 64 8
322,606 322,606 0000000000000000114c3e4b811b794415f77d5ed14e5b2a0b3f8bb1e063e555 0.30 MB 503 23
322,605 322,605 00000000000000000ccdcb83a82e99dff1ccd28bf4c3e24ada423325d00948c7 0.52 MB 832 26
322,604 322,604 00000000000000000a0452dbfd7dcee6a2866c7f5976e0733fc32274af5dcd73 0.57 MB 806 24
322,603 322,603 00000000000000000399b29c2de7d963dfc61aeca65b01472cee93fb8757db3c 0.10 MB 203 31
322,602 322,602 000000000000000007d2b0bed0199c6e679ac38c2cd0a9fda75fc35dcc3d05f1 0.28 MB 451 31
322,601 322,601 00000000000000000b12e148d457d7557922f9d2218cdaf4ad809b6723fe7452 0.07 MB 108 20
322,600 322,600 00000000000000001466e36c4100fe9c1cd934b559d27606c504821254eab73d 0.02 MB 46 32
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, 114 incoming
  • Data Transfer: 1,627.87 GB sent, 93.18 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.