Memory Pool Memory Pool Refreshing

8,156 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,998 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (581,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,773 325,773 00000000000000000084a091b1644ba6cb89d31c44472b706dd34a34458d843c 0.20 MB 365 30
325,772 325,772 00000000000000001125ccd2eeafa1dbfc899aec70e79319cc09d47d30f3a408 0.04 MB 77 31
325,771 325,771 00000000000000000b8b393374cd6433439c647057284dd9f864a32be1afce33 0.14 MB 198 35
325,770 325,770 00000000000000000b903bc8dead5025c15b8c9322a87c7ef3f816c377b5a2f7 0.06 MB 103 26
325,769 325,769 00000000000000000c9d04835207384aab5af3354e578905fb2b8139c49f0bc7 0.14 MB 199 25
325,768 325,768 00000000000000001c3028fb31f6ad08832c66eb0a82636664a44448f1dba6e0 0.13 MB 205 24
325,767 325,767 0000000000000000079ae11e4f389ff2287c2206ffe6c70d7d9385524e22becf 0.20 MB 305 23
325,766 325,766 000000000000000018803fdf86962d0f1f8016b81b608374d9f001f2d18e2f77 0.07 MB 118 11
325,765 325,765 0000000000000000158aa0014837b7ea6bcbbebc09931621a7cf917865ddd5dc 0.67 MB 1,157 29
325,764 325,764 000000000000000003a6bc2da9aca0e7d40a48d7368bd78f796b9d05958e3b69 0.52 MB 966 29
325,763 325,763 0000000000000000095eb38799fa49d291989d8f18807d4fd46b1269a5863ebe 0.56 MB 841 27
325,762 325,762 000000000000000007583a99c6684f0f9eec6ee3208852d1faab979473d4da1f 0.27 MB 482 27
325,761 325,761 000000000000000004ca693c284cf84aa6adf518518117dd4df439d4108f40d5 0.58 MB 1,101 32
325,760 325,760 00000000000000000f1c7c91f2256433bfef48e3af3acd9c48ac30c8c5514546 0.30 MB 469 22
325,759 325,759 0000000000000000181ab37a76ad3bee46fff9f2a164de75184fc4624539c362 0.34 MB 256 14
325,758 325,758 00000000000000000cd64a33c02671e66b2140f51171ca0541d60b2bd4e41bba 0.35 MB 867 37
325,757 325,757 0000000000000000046a296ec9bbb05986339de3a83c46d31c391fad35a992ab 0.75 MB 1,272 33
325,756 325,756 00000000000000000ec10bfc9d407f221edea94b59a6856355015037055bb186 0.37 MB 553 24
325,755 325,755 0000000000000000139f7d00c6ef29dc723f64a332517a5a4ed1f2d5f703b5bf 0.20 MB 134 12
325,754 325,754 000000000000000009c94d12b58eeda064f2958d628d9ae2406ccdb3d2228229 1.00 MB 921 16
325,753 325,753 00000000000000000beb7224d449f4a6a6d77c9257f6ab75238339a36234a728 0.75 MB 2,039 41
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.81 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.