Memory Pool Memory Pool Refreshing

8,472 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,555 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (606,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,202 301,202 00000000000000000b0f869309bd1bfd94f3dc7e3a886d3f153f24e61940076f 0.02 MB 42 23
301,201 301,201 00000000000000003d2effc554b4a2b5c14f6f47aba5a7d9ef5185a21b7767d5 0.25 MB 460 31
301,200 301,200 000000000000000026acb172f7326c703243d057c2032b88a897f227f1304502 0.01 MB 23 19
301,199 301,199 000000000000000073daf0303e9ce7b4022912828b658867e66af34919fcf697 0.18 MB 307 26
301,198 301,198 000000000000000000c49e4aea560b741ee3c9b4784aef7f2b6a0f2dfa6c4746 0.28 MB 636 39
301,197 301,197 00000000000000006cb38fdc4bd16f6eff223e906b44d60ccaac759b4078b95c 0.22 MB 392 26
301,196 301,196 00000000000000002e4cb132b259b9f7a08537fd343f138e9a347795b1bdef79 0.34 MB 775 32
301,195 301,195 00000000000000001765bb3f736f3e907eb51c15c8a6ce5939b968440fa8c194 0.15 MB 262 27
301,194 301,194 0000000000000000493c5e68a7384f24ef70936374e7c6b3fd1bd41661289792 0.10 MB 266 38
301,193 301,193 000000000000000029c977d0b7be5eb908b3da06e363ad79d61b39707ba6204b 0.07 MB 180 31
301,192 301,192 00000000000000005bf44c1acc05c7d171c83337f2c13941d1a0427ddfc65bb6 0.14 MB 190 25
301,191 301,191 00000000000000005a922a60d2b12f1817f8c9bd8bc38caf11ca5fa408ebdd47 0.02 MB 38 37
301,190 301,190 00000000000000004cba1afe95f3a8668e39f41143bd1d33c9c195363fd5400e 0.13 MB 251 28
301,189 301,189 00000000000000006e76efff65c79a5b2f8cd21806a2f17f1db72b602d2de2da 0.06 MB 134 26
301,188 301,188 0000000000000000527e0bef62db01ce12153fa5ef45cb4e8006795e00b87fc4 0.01 MB 38 44
301,187 301,187 00000000000000005dc850d2b2e510c7d63e4c081336015f471acfca827e809d 0.08 MB 179 37
301,186 301,186 00000000000000002ff3fa09be55c9655ccbdef76c96ffc7c14d2fd92ad2086e 0.12 MB 235 29
301,185 301,185 0000000000000000038ed4e51533e568a865e080302b90973a64e6aa3c128447 0.06 MB 151 34
301,184 301,184 000000000000000035cfddc9f64f319e78833c81e23e23efe164abb48ab10459 0.11 MB 199 28
301,183 301,183 000000000000000007a35323cabbc80536db17cb45870900638c230d0e3bd6a4 0.02 MB 54 16
301,182 301,182 00000000000000000ef5841e68b1163e4c428ffca1e90229b9709e4dd650298d 0.15 MB 294 30
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.