Memory Pool Memory Pool Refreshing

8,019 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (530,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
377,202 377,202 00000000000000000c587455776b3a8db42d9849ef954788ed111b0012c76478 0.66 MB 1,393 31
377,201 377,201 0000000000000000096c5675b31a3a93118647791288aedc4abcbb5c455228f0 0.93 MB 2,435 46
377,200 377,200 00000000000000000542adb520a30bc0f0f80231030bea3dcc0634d99f73c024 0.51 MB 1,165 40
377,199 377,199 000000000000000006ffe79af4d4a3217928d702e848f77d479171ca6f783de9 0.92 MB 1,925 39
377,198 377,198 00000000000000000c1904d055428ee492cb2c1a1a74aa4e0feb7475f9138347 0.10 MB 210 33
377,197 377,197 0000000000000000071fa4aad8a716b7416153aac5001506256d33dd3fc07e8e 0.90 MB 1,072 27
377,196 377,196 0000000000000000011af9557c807f547f191479fbe8ae4eff66deb7444fd68a 0.16 MB 268 27
377,195 377,195 00000000000000000505aa4872d45c9bb4985ea705130d3497642dbeabf5a29a 0.34 MB 234 16
377,194 377,194 00000000000000000d36c2f0df8080a72a618c5841a611a4a37c12ba12bc52a3 0.92 MB 1,122 22
377,193 377,193 00000000000000000f1fd22751c51bd6aa4b5c99242e1fa25d7c18397026c690 1.00 MB 2,383 47
377,192 377,192 00000000000000000ad71b02a0a1d300e52b176bb98f8f847b502542434af317 0.22 MB 374 32
377,191 377,191 000000000000000011350b1fc0854865e05f202a4fad6148abf414f1696fd78f 0.67 MB 1,364 36
377,190 377,190 000000000000000004c0c5c7d0fd0ba6057b3a6b4966381f1d390bded75128f0 0.34 MB 778 52
377,189 377,189 000000000000000011cfe4a41388900af8a455e6f24896bb232e6a1df3647d5e 0.00 MB 1 0
377,188 377,188 00000000000000000d4cea54f5a1c117f4b8354f7013d2633a0a2ff6c0551f11 0.41 MB 820 36
377,187 377,187 00000000000000000111fecb162f2d0d4616a956c227bb5c8d1fe68d9e19b7c4 0.08 MB 166 40
377,186 377,186 0000000000000000013c24a6e3594830c0fbe3c4c392f53b0fa200e3983e3b6d 0.04 MB 95 42
377,185 377,185 00000000000000000e58aa344b307e8c9fdeb4b70f02137ac29b145f8bc195d4 0.34 MB 694 39
377,184 377,184 000000000000000004c574c1b7825382a7807fa6be444bfc08d8918599479255 0.27 MB 625 39
377,183 377,183 0000000000000000039bf8c7d875f412fa8bbadcf92a8fbd86dc7efeba3801ad 0.50 MB 1,064 38
377,182 377,182 00000000000000000df0e1e47051dc4248dc9d248b87859c6d5484745ef979d2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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.14 GB sent, 94.17 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.