Memory Pool Memory Pool Refreshing

680 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,610 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 667 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,609 (874,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
34,380 34,380 00000000b7b410c04b6b6344aa9b0a05843a69c46f84449a918e559e3e4650a9 0.00 MB 1 0
34,379 34,379 000000003ebdc418d2e3fa0ac9c39fb29d0491315df660aee110bb82a7589e2e 0.00 MB 1 0
34,378 34,378 000000004ff6a6fc70e32fa8a317a05df5956707234d848cf3379857f6bd4542 0.00 MB 1 0
34,377 34,377 000000008e644da08bea232f334b939533b78bfb6c34af9bc89c3b7e8d1e37b2 0.00 MB 1 0
34,376 34,376 000000002c313eb5efa56cb4db59a743702ebdbf691ac8a521e586f2c78ed245 0.00 MB 1 0
34,375 34,375 000000008116e3331a82dc6e1f62f6e6913e456f9d85a2c8efced4d1a89adf6e 0.00 MB 1 0
34,374 34,374 000000007bf5897f9ce43b66ab0bfae4305726734e9738cf9f6f57f8b3c478f4 0.00 MB 1 0
34,373 34,373 0000000003782affda7d0210ffde2136f9f9d0ca77b941a6dc63cda005759a2e 0.00 MB 1 0
34,372 34,372 000000009d7266ad0c28cded70de33e5660e2ebc5c7b2ebf999e94d6c711ec14 0.00 MB 1 0
34,371 34,371 0000000020976a557786bf7265b402941f4b528d02977435f7834b4bdb739be9 0.00 MB 1 0
34,370 34,370 0000000016fa7afb592a8068f7c822dec5ad90ba94150553fcc9c2651f82c424 0.00 MB 1 0
34,369 34,369 00000000c00af31c5200a91ac67ee5516317a509d2346a53f2530c27baddcb3d 0.00 MB 1 0
34,368 34,368 000000001c6f60ac16a211f281d51511fa56125764215b22f32972dcee4e420b 0.00 MB 1 0
34,367 34,367 0000000048c8b5c211af20f5699b0b8a6d8295df8d241301501c3eda7954919c 0.00 MB 1 0
34,366 34,366 0000000050ee52f194b80a0d42cf4f72bea6ecad0418d24d1daafd4ef754d7d9 0.00 MB 1 0
34,365 34,365 00000000a73b7261f763fcca42222788e1793ff64f1762f25bed8bd1cead506b 0.00 MB 1 0
34,364 34,364 00000000a7a57f650bdd54282d4b92514ebb3df700a4acefcaa5de5444a56d55 0.00 MB 1 0
34,363 34,363 0000000018494a6b3f538909c973291910f74ca8e2c7bcafa3e7c82ccbc1bb2e 0.00 MB 1 0
34,362 34,362 00000000b5c509f83f1e282ab523e55d7a69c92afcb7c0bd6b3a699ba97c402b 0.00 MB 1 0
34,361 34,361 0000000081f3ba8ce7aa49c583061f93fee84dce4cca74345eca91980968aeba 0.00 MB 1 0
34,360 34,360 0000000080e5adb9378fd7bc32bc30c68d082a5c676bf8afe5f57d4c373e7eb8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.74 GB sent, 101.10 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.