Memory Pool Memory Pool Refreshing

4,080 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,718 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (544,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
363,386 363,386 000000000000000013226696469a6092260b25984f86afa3b07a75010ec4d3ac 1.00 MB 1,913 29
363,385 363,385 000000000000000010b2d2d082a959446328d429a44f716519ab40a024d4ab0d 0.95 MB 3,044 55
363,384 363,384 000000000000000013a3f14ca570747e100885a7d72af29be8c62621cf648014 0.75 MB 1,618 34
363,383 363,383 0000000000000000039d4d07c110c1f1cd4ecd79ef325a800c4e92c128e2f57b 0.93 MB 1,616 26
363,382 363,382 00000000000000000bbd9c79c86bdeef77a35a97391c6ea6c10263467a94fdb3 0.02 MB 74 73
363,381 363,381 00000000000000000a87622aedff0e6fc4cb5164d1c0fa85036b2aba04a6b97f 0.75 MB 572 15
363,380 363,380 00000000000000000f6e36086a4b10c9453084b5c10be5f3d7a7ee67b22374d1 0.75 MB 1,805 36
363,379 363,379 0000000000000000119a70909f5fdc7d4efa057443b8dcf4a89836cf098f3e98 0.13 MB 499 66
363,378 363,378 0000000000000000128d7f6b3c578b907fe1151cdf978c258c907bc404b7f68b 0.75 MB 1,094 24
363,377 363,377 0000000000000000158fc9ef93b5f20e480bbcda97898428ec8148c676f87f80 0.75 MB 1,445 36
363,376 363,376 00000000000000000fd3210775fff5b80e63d1e61a381e73e6ee82b1e26e593e 0.93 MB 744 19
363,375 363,375 00000000000000000351362aea6533a32c79ff136fc9bff54ec239939ff4591f 0.75 MB 743 18
363,374 363,374 000000000000000014542a6e6ff37f68f6556b58c52f11a1093d4c9d8fbe2a96 0.95 MB 2,235 35
363,373 363,373 00000000000000000df6d8b5d1f8f830cb51ab35c799fc0e7803999aa71ea33f 0.75 MB 1,387 31
363,372 363,372 0000000000000000019389376be03ed3c9aa3d9ffcb4e2e9fc8f725a6cd11dc4 0.75 MB 2,018 42
363,371 363,371 000000000000000001e48a744e4cc5ef79c6956484ad18fbae74218477cd681c 0.92 MB 2,203 36
363,370 363,370 000000000000000013b41562f2afb7e7719a5c8222048c59a687e8da3b16b5bb 1.00 MB 2,489 33
363,369 363,369 000000000000000010c133c31aac17cd7f9fe4057e5d873b71bba1ce8ac5bbff 0.50 MB 1,203 34
363,368 363,368 000000000000000006eb66bb16ef274ede1cdaa3278d03fb2c03bda85fde7ac6 0.75 MB 2,538 54
363,367 363,367 000000000000000015eb17c390eb4a920fc745332fda6a62179a6afe0d6a6548 0.75 MB 1,612 30
363,366 363,366 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce 0.29 MB 494 20
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.