Memory Pool Memory Pool Refreshing

2,091 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,078 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (206,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
701,219 701,219 0000000000000000000c783be36fea2ae44e6a8dfb702aa757a2cc5d4d9e250c 0.29 MB 559 12
701,218 701,218 0000000000000000000b19dd3ce4fc9cbf0ab4e350752181e6cc013ad75af106 0.57 MB 971 9
701,217 701,217 00000000000000000009743b0c8f02345f7a7454b5fef25e68c99cbd469d9839 0.22 MB 304 11
701,216 701,216 00000000000000000005a516aa94bf5c240d5dad032914838d445ec6ab6d7eb1 0.21 MB 420 9
701,215 701,215 00000000000000000001cd358c940a4707ff79abaa7f83c237c0a06b3e50dba3 0.09 MB 193 11
701,214 701,214 00000000000000000003af744466b6bbca5eb524946fe77ac501db1c3097db9e 0.15 MB 243 29
701,213 701,213 0000000000000000000ba599f57035ae56983abd31f405f63f41014281ffba5d 0.39 MB 502 10
701,212 701,212 000000000000000000063940a494ee603f89201d36eae340db722db8fa34d12a 1.30 MB 2,227 4
701,211 701,211 000000000000000000038c0f927114f732daf2ceae9db00da911a276c64de822 1.26 MB 2,288 13
701,210 701,210 00000000000000000003ceb75f7aa29eed84b7311e96325292dc168eb3fbe91d 0.47 MB 753 9
701,209 701,209 0000000000000000000aef15eb78be761ebdae207551c2e050de3c1dfff40fb4 0.18 MB 374 10
701,208 701,208 00000000000000000008ba890d4d76ac77cbb135387318dbc3eba5a51190eeed 0.14 MB 291 8
701,207 701,207 00000000000000000001eeaa9cb7d802eb5eaecf6e3d9e195941aefa798ff3c3 0.46 MB 171 4
701,206 701,206 0000000000000000000451da7afc378475fa573059a6e12c23e6699c417ce5da 1.23 MB 1,612 6
701,205 701,205 00000000000000000004d0f9645f1d7e30d1fbd19f0a8d61a3e6e279cc557e44 0.68 MB 996 8
701,204 701,204 0000000000000000000119c96e976403c1a846dc2e55b6bceb2503376c9b33cd 0.63 MB 991 9
701,203 701,203 0000000000000000000982bf8a4df3492727867aaa131ce67e78a9ce9a54996c 0.94 MB 1,281 8
701,202 701,202 00000000000000000008937ceae3117bcab22890900cdf56adfc06bc3709dd65 0.31 MB 357 8
701,201 701,201 0000000000000000000ddc0b3bb0d02d610b395e18dc7fd4f698660bd30088ea 0.22 MB 386 10
701,200 701,200 00000000000000000008e01863393a089613cb987030b7b5249977da229336d2 0.32 MB 621 11
701,199 701,199 00000000000000000002a338670034e9ddf01a81bbee4016ae5b42f7c493a024 0.51 MB 737 9
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.68 GB sent, 93.66 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.