Memory Pool Memory Pool Refreshing

8,083 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,423 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (658,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,244 249,244 000000000000006046110c57ddcf266b4722ec695dbfd3a2fc9fa459db7740ee 0.25 MB 670 206
249,243 249,243 0000000000000058dc39fda0da5e434bd8c37d901653804b627e9500b39f3943 0.03 MB 31 34
249,242 249,242 00000000000000230efa08402ae1b398c11d34a37a8f646678dba22db82771c7 0.14 MB 316 130
249,241 249,241 000000000000003036cc25f120db31204e6d6cb63d4f4a53c8bd1fb4a20c9b2d 0.05 MB 74 93
249,240 249,240 000000000000003a15e91ab7a8aebf4e74dc8a5582ea677df0c6ce94c838ae77 0.09 MB 174 145
249,239 249,239 000000000000001c14afc0b7b85df053ff40ccdd3883df96037f1be038acf33d 0.17 MB 434 145
249,238 249,238 000000000000002f72779f471af73e51027700a8155eb6dc6d105b197673b042 0.00 MB 3 84
249,237 249,237 0000000000000035367db029343dcb3d12572235ac1a4c66dab748e67e91fd83 0.06 MB 131 113
249,236 249,236 000000000000007fbff120f0d667228d51a8bf3c4eda1136eac07d9205f32953 0.16 MB 402 133
249,235 249,235 0000000000000064d13319553395c4be8e03c6cdc1d2e562360e4face83c1280 0.08 MB 178 131
249,234 249,234 000000000000007dd90881a6d65d2f2e6aad5220da285b766c9412454b95855d 0.02 MB 26 55
249,233 249,233 00000000000000135d554f4b999418472567370d350ddebd72c9f49f8020ecdf 0.01 MB 22 183
249,232 249,232 000000000000005889b7a263842de45dc569f80ef316855cebdaa0ecd856acf4 0.00 MB 1 0
249,231 249,231 0000000000000016dfc62b6801d99d7ee2d1d5e0a32ead772730768cca2c385e 0.05 MB 89 113
249,230 249,230 00000000000000743984cd2b002ada5fa4f092b81c7cd6231b50e865830cbe6d 0.01 MB 13 68
249,229 249,229 000000000000001396a05cb4b2f5293d714f10147b8d321024599fc26b2c61fb 0.06 MB 127 179
249,228 249,228 00000000000000205868fe2a3147ac3ca6061e5d21a4cfdf345adc0282993c68 0.14 MB 349 128
249,227 249,227 0000000000000077d150668c20f4ee2bfd19696b14a134cdaf7dc682e82bcbe5 0.03 MB 59 142
249,226 249,226 00000000000000280adbe16354f78d0331517b9cb9c11a4dd0bc4ac2047bc205 0.02 MB 64 104
249,225 249,225 00000000000000233fdf0ede773f441efdb97c199c560a6b5e4ae7fda1609b43 0.07 MB 133 104
249,224 249,224 000000000000002980ab2ce2276c1dab807bbb22c2564dfb920573dc4eae385d 0.13 MB 314 286
Previous 10 blocks ↓
Total Size: 769.80 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,680.43 GB sent, 96.91 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.