Memory Pool Memory Pool Refreshing

5,408 transactions
10.73 vMB
Show Random Selection Loading Transactions
Max Size: 42/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
908,346 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,148 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,345 (893,571 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,774 14,774 00000000bfaef97bd7cef1774a63d6b7bda41f587f00ff389869483b734e8bbd 0.00 MB 1 0
14,773 14,773 0000000073d0e883218f55e427534d3068956fa3ab27b311ae1b896d47d08324 0.00 MB 1 0
14,772 14,772 000000004f0376a39673b56c74ad26ee8cc60c009c5bae27201deb88a8b53607 0.00 MB 1 0
14,771 14,771 000000003e846df40cb5c86a932773e13dfdccfe7f3ecfbf8be39a87a1ed4d9b 0.00 MB 1 0
14,770 14,770 000000000016a94f5c52ee9cf61f09062ca2f7b996a9ddab33c92e59f26e4ac3 0.00 MB 1 0
14,769 14,769 00000000395890b8697e7ca916c67d1dc227c945550bb92065e6f102a5842f2b 0.00 MB 1 0
14,768 14,768 000000004dee68e25be12dbad7f07be0a15a8b5dec5f0a7beb4b0fd6fc1d3025 0.00 MB 1 0
14,767 14,767 00000000edaedce9273e33add60e0fae73f0d0e4810497702b2eff9c559bb4f8 0.00 MB 1 0
14,766 14,766 00000000fd85388f60a493aa5619e1828f557b059d9aac98a12f4a756370812e 0.00 MB 1 0
14,765 14,765 00000000069f9e88034f99e6655d242e4cf9f18c02ef6304ce88e8acab71844b 0.00 MB 1 0
14,764 14,764 000000005c6c0972e67e2c4b9bc970c5f50d53dc80771025d1973861abdf902d 0.00 MB 1 0
14,763 14,763 000000008041d91c490e8b3c3a9f96e128bd998367a7333d9b02e850ec971e5f 0.00 MB 1 0
14,762 14,762 0000000094c202d46b13842070d4f14b692320cc630ef06b7f4cb0cf86d69f59 0.00 MB 1 0
14,761 14,761 0000000018de094544af733a8285295b72a01fb3ba8cf27c6617c962e93c2580 0.00 MB 1 0
14,760 14,760 000000000797867533bb3a120ca7313a9394e9e1e28b1e907b16b4e96588c360 0.00 MB 1 0
14,759 14,759 00000000cc6cab90e06f63ab72d32d0c45c63efc1a5bc69cdb37e90c2cb389ed 0.00 MB 1 0
14,758 14,758 000000001e0d36f318d0b8de2d09251569e23928cdcb20c4f0950613db784eae 0.00 MB 1 0
14,757 14,757 000000000b1220d9498734767de2fed5679619138017e2fb8fd25ac3fdf19ab7 0.00 MB 1 0
14,756 14,756 00000000e0a4352af0955e2244f45fa13f0c664bdc475051998ebceb23047012 0.00 MB 1 0
14,755 14,755 0000000024230702cc20c01c68cd3e42024b82988d4af72b0cb74751c3f4cfdb 0.00 MB 1 0
14,754 14,754 00000000e963ed31d99b8e6b1c001356722543e69864d6013bb67aac15722d21 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.31 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,701.92 GB sent, 98.82 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.