Memory Pool Memory Pool Refreshing

4,852 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (713,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,117 194,117 0000000000000729d9eb8b4e5683a546f044b6fb85b577a8bd08b38a02702649 0.00 MB 8 122
194,116 194,116 000000000000054dab40532e036e407c2a5108fea6e30c6b2eefa08167e00deb 0.47 MB 1,024 16
194,115 194,115 00000000000002a3eddbc5ab01c0926ef761da2817f80ffc354acf3575f1b34b 0.41 MB 892 150
194,114 194,114 0000000000000188e932c1b17d16041350c4fe1205ac06a3c4a0ad97a4cd48d1 0.05 MB 121 493
194,113 194,113 000000000000066292eca33f589e20be72a2111f4291a02f9b808b3225954d01 0.06 MB 17 15
194,112 194,112 00000000000001b3e6066599d405e110efed04dc51a74690d19ccdd934b6df7c 0.13 MB 339 128
194,111 194,111 00000000000000b71a26334b1719638708e6e80018200c68a50b3243fda5529f 0.25 MB 700 145
194,110 194,110 0000000000000277f64df35ab5177b258d1e35b44b944f0de3caf526f122b506 0.07 MB 191 17
194,109 194,109 00000000000001fceb239ece5ff2ddda614a4c30e55e03160375405ef68f0277 0.29 MB 512 127
194,108 194,108 00000000000005efe2133223f9ee90df4323093cd7b48599161576eb7911fd63 0.08 MB 167 97
194,107 194,107 000000000000052c3559ca19d81bf6bafd91205ea762c56be379c9c3da4cb774 0.05 MB 79 82
194,106 194,106 00000000000003001ad6c44d71838481d66740baedd41de5d500720241f3636d 0.19 MB 651 187
194,105 194,105 0000000000000344e0f77200787c4c9d6c8d505da9908666dc05814b42108185 0.25 MB 603 132
194,104 194,104 000000000000035418213aab4dc83e8c569f2c3995ab9fa3a6d0b9f24c2d2264 0.05 MB 117 278
194,103 194,103 00000000000001ceac419ca741bd0d2873668a7581cf26dcd480fbcecc7d2925 0.25 MB 578 139
194,102 194,102 00000000000003d6da7c405ac239642ca40d0b5783df4ce137dd751cd7ff8a67 0.07 MB 213 57
194,101 194,101 00000000000003a4eaf939b0dc8472de0479add51fb05575e2bfdfcec7803dc0 0.26 MB 780 72
194,100 194,100 00000000000005686a48f2090e6bcedf04530cb47186ecb10f5821fe227170fd 0.26 MB 633 135
194,099 194,099 00000000000003db6b40a8477d16db058630fd475f9ae61d234eb7e57c7e9834 0.05 MB 135 118
194,098 194,098 0000000000000616c90c4df5203cfcacb5f371be7891b875c7d80715d6a55324 0.00 MB 1 0
194,097 194,097 000000000000057d87da0cee5bc07211980860f2c95c03bd1d787d700291ad13 0.05 MB 124 67
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.