Memory Pool Memory Pool Refreshing

5,004 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 574 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,701 (830,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,480 78,480 00000000005d3974ab54858153474b265b36984fa4401519e8ed7dd2bc2589a0 0.00 MB 1 0
78,479 78,479 00000000001ee51d09ee28a26eb649a94024bf482742dd566d11dc36a6d3f2f3 0.00 MB 2 0
78,478 78,478 000000000006a5467bb066c1d0fa76dc1dddfd4299b6fdb329be1dec6c1da427 0.00 MB 1 0
78,477 78,477 00000000000dc8e3959f693085a9e8e834cb179e11076fc8a93a2827a504c8b6 0.00 MB 1 0
78,476 78,476 00000000005bb3df2a7bee0f3eea70208559b81c026a94475777c342e973844b 0.00 MB 1 0
78,475 78,475 00000000002c381b7b8dc6b7748904a98ae07c79ac68d6a0d7c512a5b1bb9695 0.00 MB 2 0
78,474 78,474 00000000001112dab2e6f9c2ef186461ab1a3dc8b856b9b860406923cc0f465f 0.00 MB 2 0
78,473 78,473 0000000000421a53a51fc8286170ed72351822f62773ff80e6dd89c7663ea5d0 0.00 MB 2 0
78,472 78,472 00000000000ba08ebaa95dd82bf7fe8cf0c047f5ccaf770161f54f76b29d3037 0.00 MB 1 0
78,471 78,471 00000000004817e74b1f4c0a4937e707d53eaefe8fb6a5a7ee06272479c9fba9 0.00 MB 2 0
78,470 78,470 000000000036a90255e4ed904a90f56d3e1945664f965c0ed8021525888e6c1a 0.00 MB 1 0
78,469 78,469 000000000052f24d4de1033486a93fb0c4e0a31857bac3bf5b1ccd7832034e04 0.00 MB 1 0
78,468 78,468 00000000002bc0cf0d1cd0fbd0111eee3698ac073f72aa1403839945d04eb5c3 0.00 MB 1 0
78,467 78,467 000000000027396aabbb0d3742b485d4397a6521ce736dd55908c89cbc4a3aba 0.00 MB 1 0
78,466 78,466 0000000000413207a4b14d01f027fa2480228d20ed85c9c2747eaabb76f3b77b 0.00 MB 1 0
78,465 78,465 000000000032912fe267922449a34f7776530d22605a16c30409231a25d06322 0.00 MB 1 0
78,464 78,464 000000000044b2b0c97dc0bf8fae88cf68446714652f15986e796d018db7c41b 0.00 MB 1 0
78,463 78,463 00000000006421a16f399e1e9f4cc2d45c998ed1fc0bd122486c96b0f7b13d85 0.00 MB 1 0
78,462 78,462 00000000000e99eb48b67ed5cde05c4caad403b1c3d929d1771e8aa53d767b17 0.00 MB 1 0
78,461 78,461 00000000005ee732292a12cb53e541587989580ac3895399df2394fcdf99a24b 0.00 MB 1 0
78,460 78,460 0000000000018d8636ab0ca2037f16ffebff0622734d2f3e7a31844bae5d0eea 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.99 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.