Memory Pool Memory Pool Refreshing

3,983 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,655 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,654 (870,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,407 38,407 0000000019dd4da0fb06147fc9c1e8de88d64e4a90d3965e249525664747da14 0.00 MB 1 0
38,406 38,406 0000000043acf25886fac3c3b8e32d273777f61d889b5532cb0290689ede5acb 0.00 MB 1 0
38,405 38,405 000000005ecf495edec74971920810885c596dc3b84e40ab692442896223e5d4 0.00 MB 1 0
38,404 38,404 000000001593f16e7169a18cff2d7e54f4282dc03c8efcb62bf8a6f8c689af25 0.00 MB 1 0
38,403 38,403 000000002c456395acdb2e7f80636a8895596a1540c5859c89d1aa820d19edfd 0.00 MB 1 0
38,402 38,402 000000000643b7250def4779267979f3b66ce44ff8425fe10dc9e8b3b2993a5c 0.00 MB 1 0
38,401 38,401 000000008afe14fb86b0af4a5e35b28060fb88b7108581a5b62c9b5193f74677 0.00 MB 1 0
38,400 38,400 00000000445f46146285e79c040dc5560160b33729845dbefce72a9e2c4e2ed1 0.00 MB 1 0
38,399 38,399 0000000060218430a46a443b13cae7e8416c25e74088b51fee1697b5106aaff5 0.00 MB 1 0
38,398 38,398 0000000089195496edf9e336bd76e1a7726b1ee73a9b10d8f544ccdc48669cfa 0.00 MB 1 0
38,397 38,397 0000000049fb42980e681d7fb45faa189b820aac473447a83d73d1f7b38b760d 0.00 MB 1 0
38,396 38,396 0000000028a549b3ecd1397196644c8a674096cfb2b00c27c7098c01fa1e3810 0.00 MB 1 0
38,395 38,395 000000007328e2ce4707f385861de390cfcbabd05ad53b41015a8434f60756c8 0.00 MB 1 0
38,394 38,394 000000008033529abe46262d8b6e10bb30d7461e2b113fb556e34ca91f8228d3 0.00 MB 1 0
38,393 38,393 00000000367d03296a69ccb1d0667d46703725636c07e89ffe15ea8d2a9eb9ed 0.00 MB 1 0
38,392 38,392 000000005e5b80519040d0dc05e043a0c20cedebea6e5cc959df09a4ff02dcf5 0.00 MB 1 0
38,391 38,391 000000002086815684550b5186ac567f398dd8182a158e7bfe705a11f1853e07 0.00 MB 1 0
38,390 38,390 000000007c4ff2611648bccbf938e4fde6966acb464792b889ed5c537b5e77ae 0.00 MB 1 0
38,389 38,389 000000006b253269d9d3dfce951681404293edf4b237a6242c938768c91fd280 0.00 MB 1 0
38,388 38,388 000000007533547c621befb48581b73beaa45ca7c1dad571bbda3181c9e17a8f 0.00 MB 1 0
38,387 38,387 0000000036116aa547a9272725ddc544cc6d197c152aea53669e0ef3cc0a70a0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.91 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,851.72 GB sent, 101.51 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.