Memory Pool Memory Pool Refreshing

7,194 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (725,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
182,531 182,531 000000000000022489df7bceb070346c30450c910d1e4c4e5c980fb189f6ea35 0.04 MB 94 60
182,530 182,530 0000000000000433b08b00eefe91a25e776b573e6d431571661bd28d1ea29bfd 0.07 MB 149 112
182,529 182,529 0000000000000029b14bcf720b8e162dd63c5cf44279572aeac1f0d9e429a845 0.09 MB 185 99
182,528 182,528 00000000000000e91abf437ceb076155edc7db44241ab861f9c8ca4a8b13aa60 0.06 MB 128 117
182,527 182,527 00000000000004d6e481ddb5c8677f648547a3ee5f0bb885ec3656656c29312f 0.04 MB 95 105
182,526 182,526 000000000000095d89fafea74beeb39217d3e7a918aa53ed440ed3829b212b75 0.09 MB 197 86
182,525 182,525 00000000000002dc89f90c3b139ea1ad5694c18df72620f6fecea828c00a32fd 0.00 MB 9 66
182,524 182,524 0000000000000a4cc578abbd39413c7dd9fb9df68ab38ec082659339d7541cbd 0.02 MB 65 18
182,523 182,523 00000000000000d37fcfd9baf3a5ab3ba92fa615a175c972e5afdfbadd7c65f2 0.01 MB 20 83
182,522 182,522 000000000000098b4e2018d6ca6a577d07400f96faa793bbd4e9f27e27022625 0.16 MB 410 130
182,521 182,521 00000000000003c705b99e039edeaa316109375f937f8986ab4a73e0d1c59aa4 0.25 MB 511 131
182,520 182,520 00000000000006471036da44ed32d28c43a2d33513afc05cd6e351afcd8069b2 0.05 MB 121 130
182,519 182,519 0000000000000a73893c1fd95ae245b825b8f007a9784f0f0b0d055b50d0f1ac 0.05 MB 126 120
182,518 182,518 00000000000001ca2c5bf9ecf086b1621f2d668036fc3397fdd791482381c91c 0.05 MB 153 103
182,517 182,517 0000000000000278a5ea62d95a981bc08d8cd0096f00bb2be6a9512b11d85041 0.03 MB 27 114
182,516 182,516 00000000000001c572f11fe92b82f58223261cabdbfbca2abb1fa403566490bc 0.05 MB 98 372
182,515 182,515 00000000000006cfed5390af557ac8d84f03ca253a4c312649c0da47b05600b2 0.05 MB 139 133
182,514 182,514 000000000000095652a29c8291953f5597aa694992d6552dd0f4aa7d99517621 0.03 MB 71 131
182,513 182,513 000000000000031cb840d76b4780a89ddedd3aa01244f5d8b6fb974bf075b565 0.05 MB 119 161
182,512 182,512 00000000000007d023349dfca47b89c18b2b6cfd20eab4cfb60fc2cf4c2cdbe5 0.03 MB 77 95
182,511 182,511 00000000000003967b2c60460af538d2f6b813bfde4de69f27f89fe6440eb0eb 0.04 MB 90 120
Previous 10 blocks ↓
Total Size: 769.25 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,635.12 GB sent, 94.17 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.