Memory Pool Memory Pool Refreshing

521 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 511 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (713,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
194,096 194,096 00000000000004213eeba814c3cc5ea67924d94cafc20878991ddf34e73dc924 0.29 MB 495 110
194,095 194,095 00000000000000d1c7c8080b35b016aae071802e741bb8d7f31c066acadd1f82 0.05 MB 123 74
194,094 194,094 000000000000039498a238371c6482d523b16b8fc8dd2977869c6916dfef048d 0.42 MB 841 220
194,093 194,093 0000000000000394e24a22fdbcdadf4c96d6bae2a80b2c0b8984634ce250d5da 0.01 MB 35 139
194,092 194,092 00000000000005f1f6862f36771af6e336b727a7d7c812558d29c61e4285741b 0.19 MB 311 92
194,091 194,091 000000000000006340643dadcd3cbb502a086c5b5b627c971e3a3804d84e72f5 0.25 MB 535 133
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.