Memory Pool Memory Pool Refreshing

8,509 transactions
3.07 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,276 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (538,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
369,279 369,279 00000000000000000703cd737e1f0705c79e2029eaf4ddda176f97fa69b2ea08 0.51 MB 900 36
369,278 369,278 00000000000000000eef4a5f6ea2bae101fb77396f6fa3a6c0f21bb8303bf019 0.30 MB 584 40
369,277 369,277 000000000000000001c88dd0ea022499ec238637d89c5e902b2402f124a3ecda 0.14 MB 260 27
369,276 369,276 00000000000000001340480402e12ab33e1ba62f0dc8fb38500652c3d9a8ae7d 0.29 MB 406 24
369,275 369,275 00000000000000000fe9299d79318513d6263120036c687255e3d24969e1b218 0.93 MB 2,101 60
369,274 369,274 000000000000000011f88f5e218506ff05814abfe0625900125ad35968bb3b90 0.40 MB 773 44
369,273 369,273 00000000000000000341a143d13bb70471ed5eda161d3063c13ff6a5de38088b 0.27 MB 523 36
369,272 369,272 00000000000000001088b7a46731d5aaa5c28fcfddd4e40201ba0edf2eb5a1da 0.45 MB 838 36
369,271 369,271 0000000000000000124917d06a9f82d7ea16e5beb0a36e4028b39780f28e6947 0.31 MB 604 40
369,270 369,270 0000000000000000089c3766d1e90000083f8ea012fd4a9b28b04b79e7e8809a 0.25 MB 439 28
369,269 369,269 00000000000000000dc8fff337e17f6adcd70354624674e0198c150760c943f0 0.49 MB 590 18
369,268 369,268 0000000000000000040db71d0ecade3df7c8543eb7c0c9fe5f5ef331e987e490 0.75 MB 1,069 46
369,267 369,267 00000000000000000f558d0b9d233c1fb8e35b6e81e945cabbe41f926d13d462 0.75 MB 1,532 60
369,266 369,266 000000000000000005962c26b6f98471e0e130adb3467488327e0bfa6be9d6cf 0.25 MB 323 22
369,265 369,265 000000000000000004dd8bfbebaf2a246c388493e98c40696092c0d2c990354a 0.75 MB 715 80
369,264 369,264 0000000000000000010780390c57737cf4fbdc29488987049fa03fd10d5a3a35 1.00 MB 341 80
369,263 369,263 00000000000000000069cd94d0e3fba1ed06e2e5a2137f0762bea925c361ad2b 0.91 MB 279 63
369,262 369,262 00000000000000000cbf52d7099b4bffeb04c7d89205ae802cc5b383443786d9 0.99 MB 796 67
369,261 369,261 000000000000000000a0d9624b948db3b4f0c22bc62d86dbfdd6b0d297f9f9d4 0.44 MB 462 26
369,260 369,260 0000000000000000137b5ec573f15e0a9c48c74532ef2e2be497e351ca338261 0.17 MB 237 12
369,259 369,259 00000000000000000660ff8d3ebc5036775d5edc8f862c6a3cfb488d3a716b14 0.75 MB 431 15
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.