Memory Pool Memory Pool Refreshing

2,935 transactions
1.12 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,673 (897,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,007 11,007 00000000384a2f9fcbfae65061be77b3c7593f1e0781da4a784ac58925bffaab 0.00 MB 1 0
11,006 11,006 000000009eaf4e46761c4c0ba3d7cd42a5b32946c791a733477ca35d9d3cc74d 0.00 MB 1 0
11,005 11,005 000000008bb2148c53da7513e0ea0d3a7b77de2f30a8285930363b9b5b7046bd 0.00 MB 1 0
11,004 11,004 00000000bbf3329a125607960166476de16bb141b205246ad59302189dd05de9 0.00 MB 1 0
11,003 11,003 00000000b01cb21c36076d381575b19e04dce7b00a8efedc8d80f5e1c1db47f4 0.00 MB 1 0
11,002 11,002 000000005bd7edf4f9194bf82cad9931d23bd82dfa5e57e32521254bb867f61c 0.00 MB 1 0
11,001 11,001 00000000e8c8c215bb95cf5c4bb248ac7ee0737f26c5d64dabba3cbb32d19cb0 0.00 MB 1 0
11,000 11,000 00000000ea47d068e0ba9b4d902ae291850ac59cf29c2b89b2bacf3db3c37e3a 0.00 MB 1 0
10,999 10,999 00000000bea5cbf34bae6e97a1523134753cb1c39f0f496b4d571fcd4490cd46 0.00 MB 1 0
10,998 10,998 000000004b2d4fa0ba43716ea61d5e35125541c5edd45df043c2bc9c8fbfd43c 0.00 MB 1 0
10,997 10,997 00000000ffa6ec3c76e387d9efe6d8c0a0644042b610600ec5c211249e12f0d8 0.00 MB 1 0
10,996 10,996 00000000a5227c1472e4f7fdead64d509d5bf71db7aa6951a86e0ae5ca66ab74 0.00 MB 1 0
10,995 10,995 000000006a76e6c4028532373f8907660bff53c78fd6fa2ba6952accffd7d670 0.00 MB 1 0
10,994 10,994 00000000d4e06d1f72b02f1f3e7bcfa2c86e5bb2d4f30dc70629e0b236d0c6ca 0.00 MB 1 0
10,993 10,993 000000002c8e9669fb41a374a25121b5f256116362ca43a361dd1dd43153f972 0.00 MB 1 0
10,992 10,992 00000000446e602adc4709e1e01e90dab19af9971f864ce8ffd6a2c7a6c70a0f 0.00 MB 1 0
10,991 10,991 00000000902bfda18cde46a9e52a17ed6bc0dbcc91011a9567df2f3d778928a7 0.00 MB 1 0
10,990 10,990 000000001f0d36fc54330b7c27dd9df316d698163e636428603fd35b2acbbe84 0.00 MB 1 0
10,989 10,989 0000000052a9bb1141ad6d597688867caca319718db0ec0a0d746dd9db033ab8 0.00 MB 1 0
10,988 10,988 00000000887466ab27b7cc3106232fb279006562301a833b4fed8644b8c57900 0.00 MB 1 0
10,987 10,987 00000000f5fc9885ae47f4f2a2071c55e8d2e254ab6040eb2ae88084e4422e77 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.52 GB sent, 101.70 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.