Memory Pool Memory Pool Refreshing

5,098 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (171,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,978 735,978 00000000000000000000bc8a23478afbf7e307e16eb6e93db933c8e4b0a99693 1.12 MB 729 16
735,977 735,977 0000000000000000000147f27ae4949d7d77c33d35dc0b022187635398d92063 1.13 MB 548 15
735,976 735,976 00000000000000000003f837237c9e820f8e94456cbabb5372150f451f9c2549 1.03 MB 150 13
735,975 735,975 00000000000000000008320db8fdd6136a3da5ea87997d473721473087ed1c59 1.23 MB 1,151 17
735,974 735,974 00000000000000000004e3de9fc00a036a86582a67d34fd25b41c7fdcbbf27b7 1.13 MB 560 15
735,973 735,973 00000000000000000004b675c15c144473f9d22f8b7a15d844a97eab8a62959a 1.15 MB 991 16
735,972 735,972 000000000000000000011b62a15c051f4fd2f4ff32cae9570528fcd797ec3536 1.27 MB 1,633 18
735,971 735,971 000000000000000000064dc71c7bc5c2d1e2a7d8fd357b7e18d4579522de3401 1.44 MB 2,752 20
735,970 735,970 00000000000000000008d969bce58d857cd09383402556f19d829fba8790e192 1.42 MB 1,931 18
735,969 735,969 00000000000000000006e2cef9084526c1599322a1494d82d9cc2906f5993bfb 1.45 MB 3,046 24
735,968 735,968 0000000000000000000260e7bdf6a4051b03068f689b8d7861a1b1f57be7e93c 1.29 MB 1,988 23
735,967 735,967 0000000000000000000519ec79fee8da7261773a3ba274d98db88d47c9976834 1.40 MB 2,006 15
735,966 735,966 0000000000000000000515297fd1d6fbdb7ae17ecb7088202a35012df665e311 1.47 MB 2,972 22
735,965 735,965 00000000000000000007160e001701cd18f08ea4582123953546ba4461d09f3b 1.37 MB 2,715 29
735,964 735,964 000000000000000000019ea96aff462597b7fd693e50eceebe3702376ac28493 1.39 MB 2,429 21
735,963 735,963 00000000000000000004ffb54ee7208ea786ccc644cb94db3d9e6bbee5769a3a 1.44 MB 2,494 19
735,962 735,962 00000000000000000005210bae8ad0dbc653cd6814973bbc5cd7ccd65cbc40cd 1.57 MB 2,528 23
735,961 735,961 00000000000000000006477f8b147cc8866c239a3441cc63c4d4d6c0a88e7403 1.48 MB 3,248 28
735,960 735,960 00000000000000000001f581aeee2dc3b4b2c93bbaa873ba5ad8c59e4a0fa024 1.48 MB 3,173 28
735,959 735,959 00000000000000000004c53aaa8ec261bed81856a6d2de5e5863bb8a41ae64cd 1.20 MB 1,239 17
735,958 735,958 000000000000000000080b0c3e6412893c86818b98bdf8e55575967b8bf37937 1.35 MB 2,124 18
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.