Memory Pool Memory Pool Refreshing

9,934 transactions
4.57 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (36,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,693 871,693 00000000000000000001b27dd55c0c228971aed4c9a7733347da35acdda7b081 1.58 MB 5,497 7
871,692 871,692 00000000000000000000b1ca17820e1200ad5fb537713e8b96b345503c763c71 1.54 MB 5,289 5
871,691 871,691 00000000000000000000045efdde562ad9e4a1a93bf9c09f93dc19b330f9d059 1.56 MB 3,747 9
871,690 871,690 00000000000000000001178d8592f2acea1a27da538a889320a6087a6963f917 1.53 MB 4,553 6
871,689 871,689 00000000000000000000ea1d420783ccf33213d529c9b1290dec9f63986b8b2b 1.58 MB 3,797 11
871,688 871,688 00000000000000000001244128088f1b8638d8e734a7b43ef17f28a56a1e14bf 1.53 MB 4,008 8
871,687 871,687 00000000000000000000d0959eb3825245bd5bec35bb9fccf4b9bda628bc5ec9 1.56 MB 4,573 6
871,686 871,686 000000000000000000026582279e465d44ea5aed1d32eb54e98e88f90700ceff 1.93 MB 3,352 4
871,685 871,685 0000000000000000000188680dc23582d93fe6c65c79305af09d15d2dfe4252e 2.41 MB 2,411 3
871,684 871,684 00000000000000000002681af2eb17a8901dac8ac41563eb411040594ef7b538 1.58 MB 2,984 4
871,683 871,683 00000000000000000002aff23dfc120f086b1700cc817b49da5072de9e7fa69c 1.63 MB 5,328 6
871,682 871,682 00000000000000000001ff8b03f149783a8869648e865f649aa70193c4ca006d 1.56 MB 4,756 10
871,681 871,681 00000000000000000002303b036e808f19f3d3dfe07c448635bd233316cfe26f 1.91 MB 2,012 3
871,680 871,680 00000000000000000000d0fc5026b451ce88d417dc98909368af24215e7b92bb 2.06 MB 3,380 5
871,679 871,679 000000000000000000004d8d187b992b7119352c7fea745544538aa353870e20 1.91 MB 3,062 5
871,678 871,678 000000000000000000019ddd96957009a42fd9ddc231737d96f4792b2860a2ca 1.75 MB 2,518 5
871,677 871,677 0000000000000000000000832497ae7b4b638066ad90c193eaa7020fbbc0e06c 1.66 MB 3,390 12
871,676 871,676 000000000000000000015daddd795b0e6ad7f672ba4e15498a927691b7e174de 1.64 MB 6,205 4
871,675 871,675 00000000000000000000c0294f825c9c490de35a4ffdb73102d04c2f59e5d9cc 1.89 MB 2,942 5
871,674 871,674 00000000000000000001a9ddcee1828d9ca58fc7bd80bb7158c7578295f7c306 1.80 MB 3,187 4
871,673 871,673 00000000000000000001558128e40c2afc2ba222e5d9b2a0f5e8a9a62d510671 1.61 MB 3,095 5
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.