Memory Pool Memory Pool Refreshing

7,735 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,846 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (536,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
371,454 371,454 000000000000000007cfadb1721c76e647a3e4cd4b41e4bd5db733740f78020b 0.95 MB 1,304 28
371,453 371,453 0000000000000000002d7fb61dea352a454844fddffda847d6edd13adcbde54e 0.29 MB 637 46
371,452 371,452 0000000000000000064de83b96771555472a2c76db2f4b517ddc1246399f09bd 0.20 MB 265 35
371,451 371,451 0000000000000000021f2b8cd8f01f23bfafe714fb7b649822f3c73f95307681 0.10 MB 177 42
371,450 371,450 00000000000000001225017d2753fda77148b9119b361cc187a446b0f6b5cdec 0.41 MB 684 35
371,449 371,449 00000000000000000f1cf3a59684c8f66efa216d27c59a0f415fbe178d1c62a0 0.02 MB 39 32
371,448 371,448 00000000000000000927cefcbc0deaa87ed3fe5d50a1a9fcfc50d730f590e988 0.47 MB 818 35
371,447 371,447 00000000000000000506831ab3879a04e5bbd922c49a1d9d3432258ad992ca18 0.03 MB 48 31
371,446 371,446 00000000000000000bf24db8c8acc45df597f406b4820bfac03a18a57c766524 0.03 MB 77 17
371,445 371,445 00000000000000000e3ff08a9d54b1cc33f2bf84682826fa2afa60521e0f148b 0.25 MB 280 10
371,444 371,444 00000000000000000ed07d7c342d18e6f78192ea2957a0ff725994f29cbe1dcb 0.00 MB 1 0
371,443 371,443 0000000000000000037ef6610ce71bdbdeef039fd1515937667a0e2265baffc3 0.92 MB 1,705 33
371,442 371,442 00000000000000000c3d89a78ff457f2408755efb69054a4cc3ee4bed51983d1 0.95 MB 1,297 33
371,441 371,441 0000000000000000115af80522e1c1b3978ce18945dd459c32be8d476ae526a2 0.95 MB 2,633 56
371,440 371,440 000000000000000005356766befe1feb1d1a9e8ee7cf021bdd5ed2e1dc1b46b3 0.84 MB 811 16
371,439 371,439 00000000000000000660b03874136c485d5576b643d87c90f739511ea637b64f 0.93 MB 1,577 36
371,438 371,438 0000000000000000078eb56caf64961a04b69cd4308824538f598bfac69844a7 0.93 MB 2,342 61
371,437 371,437 00000000000000000b082636295aae8ed7dd9d3bef4878feecd4d996b48168af 0.61 MB 1,030 39
371,436 371,436 00000000000000000837b1c728eded9abe8cf310e75ea6898d5186c6aa7d44c1 0.45 MB 835 37
371,435 371,435 00000000000000001154f10004abf51714dde722cc144d87e49b3413336dd530 0.07 MB 154 36
371,434 371,434 00000000000000000476ba3a4d4cc1bacde9bf25388fe8715b963ef8e91d618e 0.26 MB 441 39
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.19 GB sent, 94.19 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.