Memory Pool Memory Pool Refreshing

7,354 transactions
3.15 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,688 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,918 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (503,066 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
404,621 404,621 0000000000000000068bd32da7e479ee25fe35d00a77e144df132b8416324429 0.86 MB 521 14
404,620 404,620 00000000000000000290c92e72b6df67e03a4e128031484f9a13e26cd980869b 0.12 MB 274 40
404,619 404,619 0000000000000000014dd6bfae1646c539816f776dfab15ac72ca1fb61c8c544 0.00 MB 1 0
404,618 404,618 0000000000000000033b16139736923e2c065a2250c256985acca78baa98cacd 1.00 MB 796 15
404,617 404,617 000000000000000000feef3f4e6f3cc7e102af4e1892818bf0391538b99a4522 1.00 MB 2,852 52
404,616 404,616 000000000000000001116d7cea296e776f1309a408c0e48c8b06db052f4f158e 0.79 MB 1,506 36
404,615 404,615 00000000000000000115398c15a83a7311399126ce966dc9b3f903e01897dbe2 0.42 MB 416 26
404,614 404,614 0000000000000000014ac80c15cbb5ac953ea1a8c9c9868938251f18281e8882 0.93 MB 2,004 40
404,613 404,613 0000000000000000035df7a46f66d288b1af245b305607b7265c34953b6fac5b 0.21 MB 492 38
404,612 404,612 000000000000000003b0722de111a10cd715425fa2cf911c698f5859ae5b927c 0.26 MB 626 42
404,611 404,611 000000000000000006954d5e11b3cae89c22db0baa44be572d085195fd7a9cc0 0.73 MB 1,455 36
404,610 404,610 00000000000000000470178c5ea0565e62db054c7912f536c1cbd45db5ed040c 0.54 MB 1,084 35
404,609 404,609 00000000000000000385c01fc95a108abb8fc3fc62cc57ed83ca12b6a2bef8ba 0.12 MB 122 22
404,608 404,608 000000000000000001f4d116bea61ceb10e6b8a053d438e642c15d14df030d34 1.00 MB 2,089 39
404,607 404,607 0000000000000000037ff4b397361f95699ee71b82f3007650b37303462efc73 0.66 MB 1,307 36
404,606 404,606 000000000000000000cca8d8927754f147d65749f3ccd27399b35077d3abe666 0.09 MB 169 31
404,605 404,605 000000000000000002704682820897233abe952ac39edf71cf2a7d2e32450c91 0.99 MB 945 19
404,604 404,604 0000000000000000014c360b59d69f56d3927813568752af49ca5eda08a5102e 0.79 MB 774 25
404,603 404,603 000000000000000004c31d74f26f68b4714358515a5aa0f454821b94930f96eb 1.00 MB 1,689 36
404,602 404,602 0000000000000000063d3c19521f450e2029cc60a198d557ba286505e000a443 0.99 MB 1,738 46
404,601 404,601 000000000000000000b5ca3b88d1d1ef4b1d8e30e039bdaaaa49f23786836d15 0.04 MB 108 50
Previous 10 blocks ↓
Total Size: 768.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,615.08 GB sent, 92.62 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.