Memory Pool Memory Pool Refreshing

2,803 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,089 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (462,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
445,851 445,851 000000000000000001d85acad4678bf00dd2d767b54fe4f0e79e072bf0d2e1a5 1.00 MB 2,712 90
445,850 445,850 0000000000000000003924cfed4a852108b65294df32406476cfc14f5f273796 0.55 MB 1,130 67
445,849 445,849 000000000000000002b59868e6667723f7887dc0e4b83a668c90a78672fa6c58 1.00 MB 2,414 77
445,848 445,848 0000000000000000000dead2033fbc987c6372cf09566c62bcdf37b37a69e8c1 1.00 MB 2,298 74
445,847 445,847 000000000000000001ae13457fc5449acb18bebb4961180c08cbfd6d3373b397 0.93 MB 1,404 51
445,846 445,846 00000000000000000068dbb0d6a317a8323dfb58003a919a8ca19250f3730965 1.00 MB 1,108 36
445,845 445,845 00000000000000000261567d5c23bb8d3815de0398c629538b689cc4a914184d 1.00 MB 1,768 52
445,844 445,844 0000000000000000030c4638265fb1184f8e7f2fdb306167e8c9af4b58b4265b 1.00 MB 2,566 85
445,843 445,843 00000000000000000306eee3df37030b53c9e847a9f6a5ece32f5ae824560fe3 1.00 MB 2,007 78
445,842 445,842 000000000000000001a5f9541ec798165dc4bf242049bbf58ed91c0b33114ccd 1.00 MB 2,950 74
445,841 445,841 00000000000000000313432e814f2ec508ae5fe3d0dfda22bcb72368ba09ede9 1.00 MB 2,202 71
445,840 445,840 00000000000000000164947288caa13f822c7a14e7572b27ffaa92a6b3c9ded1 0.21 MB 640 145
445,839 445,839 000000000000000002b406660818364bec21f80343c167cf660a5f8ce95f3fde 1.00 MB 2,655 97
445,838 445,838 0000000000000000023766a75f987397952b0bfb5d412b12c19aed0a3e78748a 1.00 MB 2,258 73
445,837 445,837 00000000000000000077560bc1f2ecbd3c18bb5a18df2a404cd5ffcd47d2313b 1.00 MB 2,417 88
445,836 445,836 000000000000000001e0baeed1609fe1f42e540b70cad6e28966652543f1b362 0.99 MB 248 16
445,835 445,835 00000000000000000094aa967fd5d4e615489f343a7f0314c734415ee3e5bb4c 1.00 MB 2,115 61
445,834 445,834 000000000000000001a1ce726db07e94fdde9462e9211b4226313152372a2bcf 1.00 MB 1,876 88
445,833 445,833 000000000000000002c442b51d84a15ba4fa95b761600a869573582fe5a07dcf 1.00 MB 2,230 70
445,832 445,832 000000000000000001c0f3254e71d4413b97ca25651d333a5293095a688cb3d0 1.00 MB 2,258 96
445,831 445,831 00000000000000000153f3462d1e6b938b1c81b11c0090c9c9ebe85002d77b75 1.00 MB 1,775 55
Previous 10 blocks ↓
Total Size: 769.30 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,642.71 GB sent, 94.45 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.