Memory Pool Memory Pool Refreshing

2,734 transactions
1.11 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
907,958 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,506 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,957 (609,554 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,403 298,403 000000000000000040f3a801198fb96c5a49998bd7fa706a3bb0e058bd6f1c40 0.12 MB 256 53
298,402 298,402 000000000000000026c7def799f1cb72c0acffb9477a451a914a3e95da29f421 0.07 MB 265 41
298,401 298,401 000000000000000078056e082b11855987e1247f7d9e4a813e3381bad7ed417f 0.18 MB 365 38
298,400 298,400 000000000000000019421c02df6f19274abd7e28bffef3acee3d7929d05e964b 0.17 MB 276 36
298,399 298,399 00000000000000001176868b6b7e1cd8ac570c35b26e441f0148e38af6b097f7 0.35 MB 676 39
298,398 298,398 000000000000000023619d1d2174b566ae62c472af2cd6481eaf8615c2e67f3b 0.07 MB 121 29
298,397 298,397 00000000000000003aea630e98ce6a59c714643bba8c6ee0ec9b1bbb4ffadc65 0.08 MB 93 26
298,396 298,396 00000000000000005948fd6d6995d15f20fc547668217da33e0c466e29028795 0.08 MB 132 29
298,395 298,395 000000000000000029bcda0175af468a1abcf672936528a7f528a0aa092fdc5d 0.23 MB 291 39
298,394 298,394 0000000000000000080cd5c02befdbdc518103d22b55a75c4a540104f97474a8 0.20 MB 406 49
298,393 298,393 00000000000000008791330fbfaeb2c7511cf57a4c616c940d0521a4eb317b45 0.13 MB 189 28
298,392 298,392 0000000000000000892e99ce643e534a75391f51a54855decb4c3fbe92130cbe 0.34 MB 402 28
298,391 298,391 00000000000000006271da01fb4207cf3bfbf7c036d0737918138adcd8021b10 0.19 MB 512 56
298,390 298,390 00000000000000003dbe89b800b2172a2b5504fe574b5e1c3aca3e90a6d540ee 0.44 MB 789 32
298,389 298,389 00000000000000002047ae847fd544bd13b2efe88e6fdd58a9318ee87bd230ab 0.01 MB 12 32
298,388 298,388 000000000000000059f17f2447f24f12f7b8d45ceb8074a61d4efa6c529862ed 0.15 MB 258 26
298,387 298,387 000000000000000006a3e3f337bc49eebe214fc729a1e4675213b049d2bfbde6 0.03 MB 83 34
298,386 298,386 00000000000000001691c37d57457410d0702fcc9e4daf909d5b9da39e61c796 0.02 MB 35 44
298,385 298,385 00000000000000005c2be1c8974346df3e62fea3911ef7e94c7d779799a7873b 0.06 MB 120 43
298,384 298,384 000000000000000082c8db518260732a67c0bfc628d7494b86874d6470774274 0.68 MB 1,069 28
298,383 298,383 0000000000000000324401d10f1ba372e14295ca3f3937d9f7073a13577e7914 0.09 MB 198 60
Previous 10 blocks ↓
Total Size: 769.47 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,646.24 GB sent, 95.28 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.