Memory Pool Memory Pool Refreshing

7,637 transactions
3.52 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,957 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (762,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,622 145,622 00000000000000f22bc9822ca946bb5c9178303319d29b794c6f051bbf9800c9 0.00 MB 6 26
145,621 145,621 000000000000046bd4aa8cee88208d991b5a2bf78837fb6d0d06660dc38d01b3 0.02 MB 48 131
145,620 145,620 0000000000000737283da58a83998d3fc8ab668bfb4d0bb770a6b40f71ba6716 0.03 MB 80 155
145,619 145,619 000000000000024aaeec4fb815c963d25962a562c7bd33abb81dd2315379c244 0.00 MB 12 0
145,618 145,618 0000000000000228ae2422784756f50d290cde75d7a97518eb34dcf7e44a7c06 0.03 MB 86 82
145,617 145,617 000000000000093824ded0c5876313469b5622e88d678a6ef03a5fc248edb63a 0.00 MB 6 1,171
145,616 145,616 00000000000008ffeef8f2b77e63f8013d33e7d64af5acef5cb7ea2f52d51371 0.01 MB 32 112
145,615 145,615 00000000000007525cb0c15fa46a88ce402981f682aa74e934646040bfcccfe2 0.03 MB 63 159
145,614 145,614 00000000000004379a7492687d3707a5f62a89c2648735ee8ecedc742363ed26 0.02 MB 47 92
145,613 145,613 000000000000098a35e09374eae563de3b9e16aba05cf34b91723526503bfe4f 0.02 MB 67 132
145,612 145,612 00000000000002622a40ab645d9b420af474f9ca38b823118fa60a30cd8a5749 0.02 MB 22 105
145,611 145,611 000000000000090f96dbf235b048a2129404c99052b329a2124024ef94db0397 0.00 MB 15 36
145,610 145,610 000000000000067518ea5195ad0329c0bbabc33a3f23d9f0c52c3ec37a398275 0.03 MB 74 308
145,609 145,609 00000000000000c281f4509b6a601e6d9e0bb9489572a0db56694807c69d1ddb 0.01 MB 13 38
145,608 145,608 000000000000022843ef2560f7abb1a6a296a41a90b0ee31de400c5036b0b177 0.00 MB 1 0
145,607 145,607 0000000000000029c6b05c5415afefefd7adb961d22c2c636b123d4d135d253d 0.01 MB 13 249
145,606 145,606 0000000000000079cc4fbb93413f5660b2b8160d8424abd78de62108b135c036 0.01 MB 15 198
145,605 145,605 00000000000007360a3a7c2a2da4f1263152314a72997767be55beb7b914b5a2 0.01 MB 19 244
145,604 145,604 00000000000004c71ef94430a4ad054f98f3ca9ef2ef7bb3fc43437b4dd18598 0.02 MB 7 51
145,603 145,603 00000000000008883cf14585d169dd351995996884e4e53e64cf320d66d9bed8 0.00 MB 3 96
145,602 145,602 0000000000000389cf12b89cac64c0d304e31679b0d3159204fc8c4d02b791b2 0.01 MB 18 101
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,624.87 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.