Memory Pool Memory Pool Refreshing

9,955 transactions
4.37 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (811,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,634 96,634 0000000000072c994706034c6f0ea7ac6052040b264137c2c0804fd2d6c90b2d 0.00 MB 1 0
96,633 96,633 0000000000073b12c89c34c5673a48a8c6d5f0cfad9dc3a0a9536a16b95485e2 0.00 MB 2 0
96,632 96,632 00000000000297201a603aee192ff86eadb614b38d14f2d4b5b378cd401d75e3 0.00 MB 1 0
96,631 96,631 0000000000051f8b97a9d454a27bf07af4e9c210ad6d0e8aadf6d71680c46f94 0.00 MB 1 0
96,630 96,630 0000000000065b7f466a5c229234a1a7f261c2c6b633552fd2f312cc7c6427a4 0.00 MB 1 0
96,629 96,629 000000000004d96d9c564f2e0186383978c186410c573c302a7378faa926f6e2 0.00 MB 2 0
96,628 96,628 00000000000110b317285af98f7f330928ecf84065fb76b48c32fa2da5c2ec5e 0.00 MB 1 0
96,627 96,627 0000000000011b86b025a8cb0270ee00af32609cfadf7780066c29e9e1e11061 0.00 MB 3 0
96,626 96,626 00000000000717d6ec58faeeb3a2df6b0d98a3e9270fa3e5025ebca96d69bcad 0.00 MB 3 0
96,625 96,625 000000000006a08eb2111e5edd131ea2d3b5ed8d178d1419f8cfed71c754fab6 0.00 MB 2 0
96,624 96,624 0000000000014e40bddef5e24f77e86dac222e8fbc772cbccd40ef898643736b 0.00 MB 1 0
96,623 96,623 0000000000062b006cb23dc01369db8e55eecfbfad25f420e3bcf4d6795f7682 0.00 MB 2 0
96,622 96,622 000000000000602047d34015c564a0145f793efb18e5498c737332095aaa3ef9 0.00 MB 1 0
96,621 96,621 000000000007045020582f0df57c9a2b9b922e08ae1320b0d455699bd1e8476a 0.00 MB 2 0
96,620 96,620 00000000000106e731f73c76eeb111ce1b0da37aa3a87089a3086ddfa02882ca 0.00 MB 1 0
96,619 96,619 00000000000530fd13cbb49ead7763bc8920a3b5f9a4e83a7b77db158ac84757 0.00 MB 3 0
96,618 96,618 000000000002e9c4b56979d6a14eac9e478a0f2626b2cbcc3e0b3b7c92a62774 0.00 MB 1 0
96,617 96,617 000000000003c22a7873323f0146d3d67c55b0f0ecc96f3af1a77febd037782b 0.00 MB 2 0
96,616 96,616 000000000005ea5013f5c53c18bcfa98a09aeced71768135491f592cc0e39128 0.00 MB 3 0
96,615 96,615 0000000000042d28ad90c16197f9309ff27e94a5e118128c21d3e63696670729 0.00 MB 1 0
96,614 96,614 000000000004ae0fa7616d70e70a02a5acf5a4e6aaebbe9946ed4d057fdd4801 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.01 GB sent, 93.01 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.