Memory Pool Memory Pool Refreshing

57,787 transactions
29.04 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
6 sats/vbyte 3
5 sats/vbyte 6
4 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,394 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,598 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,393 (537,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
341,113 341,113 000000000000000015b266d8a606892945ad09b0624a7cd3284eac16a83539c7 0.04 MB 65 23
341,112 341,112 000000000000000002df1fc2c1da96d9ce0aa9f7a7b66dc713ece3d933deef92 0.33 MB 628 25
341,111 341,111 00000000000000000d472e547e94e69f8b52c1db7c6189ce73aab013499bd326 0.10 MB 249 41
341,110 341,110 000000000000000003cd989b1e88b6d0958dd50419ad1fe52fd5618d92f0b339 0.10 MB 131 11
341,109 341,109 000000000000000018dc5d8a167afd54d35305e52ecf40c05db3a6939a3beb1b 0.07 MB 119 14
341,108 341,108 00000000000000000a9afe3affe8351ac400a60d686b046a499bfe65ff1231a8 0.31 MB 488 23
341,107 341,107 0000000000000000123f974f5505efebfcfb7668b32bad84c7c27561ccc5ce27 0.26 MB 478 26
341,106 341,106 000000000000000010cb778b1d0177cf9486d97880f93b4b032d602a7a270801 0.36 MB 596 23
341,105 341,105 00000000000000000152f1e1c84c05d19b5f92c5bde43afa0670e4f31dcc39ab 0.30 MB 421 20
341,104 341,104 00000000000000000cd80140ad3483faed214ba35c718f5bb3f3cc536188fafe 0.10 MB 195 23
341,103 341,103 0000000000000000055134693319aa6f8415ac14bc6f0e14a97c198afc8b1857 0.15 MB 247 17
341,102 341,102 0000000000000000187698b03302f604888a9f176a322acd6fd0efaf9ae5387c 0.51 MB 574 16
341,101 341,101 00000000000000001558cdf8a64bf7b3a6f393056de8f9a5362821ac04a3039f 0.35 MB 582 23
341,100 341,100 000000000000000007dac77f9c934668cd6435861255d7b48398b6fb4cd7adb7 0.10 MB 256 37
341,099 341,099 000000000000000017e44016ea56224659d4e7ca6fec7cf1583ed7479a051a19 0.75 MB 1,289 25
341,098 341,098 000000000000000011d925952734af6b2bdad8435cff9178cff4ca1204843109 0.45 MB 689 22
341,097 341,097 0000000000000000194fe6421aca9f8ac60bdc2f44c9254700202b70df5f4a9d 0.04 MB 128 35
341,096 341,096 000000000000000009c933915abfb7f8bfae80c21cd5be22fdc56fd16b5c17a3 0.10 MB 288 30
341,095 341,095 0000000000000000060b4a5ab2194eeaf349757799256f11fd8acdfd99074017 0.20 MB 349 23
341,094 341,094 0000000000000000177119a216b5ffea2872888a070ba155ec76a8cc471c7a52 0.21 MB 393 24
341,093 341,093 00000000000000000fb976fe46af5156665455475630620b7f3cb8929b678c12 0.14 MB 192 21
Previous 10 blocks ↓
Total Size: 715.13 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,375.85 GB sent, 40.55 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.