Memory Pool Memory Pool Refreshing

7,984 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,261 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (634,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,387 273,387 000000000000000009463be21a7aa1dc468a7c083ba101dad32c0fc28a49d122 0.07 MB 116 24
273,386 273,386 0000000000000001b03d2d77ac0bfbbc8aa275865490c8c99ff521968c8fe937 0.27 MB 653 49
273,385 273,385 00000000000000047ee2a368b44a46ab403f46e181570a76a4cc5f9ea1f49af0 0.12 MB 188 49
273,384 273,384 0000000000000004c9871dfdc61b7c47ff9f4c0591864e9eedc57e20602c1be6 0.00 MB 10 44
273,383 273,383 0000000000000000cdbf66fe47177069fa04901875809c265d3ee99ffc803ec6 0.12 MB 236 48
273,382 273,382 000000000000000126048cd1f61afbc8e4b31ce9362d9f572bd0db640e36d89d 0.11 MB 200 41
273,381 273,381 000000000000000580c06eb5a219965a8581b93bbe6e69cfaaa69164ad59e1a9 0.06 MB 114 43
273,380 273,380 00000000000000005c51df2bf827ea16eaea29bdbe7c7e38dd3386754a4846bc 0.02 MB 47 39
273,379 273,379 0000000000000005210c0e354981f80b1beeaceb75caa1f4504366222673de29 0.07 MB 175 56
273,378 273,378 0000000000000005c2352e1a063b8db37bfa703eae744969f5fd193f6a210925 0.07 MB 142 13
273,377 273,377 00000000000000038b3c331cc18c1be47fca361356b39a16c81fae72373da8d5 0.42 MB 840 48
273,376 273,376 00000000000000031c86fffb5bc05add277a59cd768220d8431813cb8e076cda 0.05 MB 81 26
273,375 273,375 000000000000000349fb906335b09b9036854f8c76f5695ef401db11b1a3aac6 0.15 MB 361 61
273,374 273,374 0000000000000004a703f57b60804beef1cb27eac099dda2e5073d42a4b193d0 0.02 MB 17 21
273,373 273,373 0000000000000003b278153ecfa80a85c6226bd2b30068b16e448665a0489d56 0.21 MB 377 44
273,372 273,372 000000000000000363f824f47997c7db94c20bf067985e101d5633bbfd87fff5 0.03 MB 89 30
273,371 273,371 000000000000000326aea83097fb1d3507502328bba03162796e0293e0766b8f 0.22 MB 437 41
273,370 273,370 0000000000000001d9113be2b2d1a1c6824f3f11a87943e2346afb68223c1543 0.00 MB 1 0
273,369 273,369 000000000000000449cc352a821a6d0b9f591e7aa823d551c44924d98913381a 0.03 MB 72 44
273,368 273,368 000000000000000330b6044425b6de575b5388eca5f104f4cfd0b0697efcddf5 0.17 MB 393 46
273,367 273,367 00000000000000016041d42d75b51456daff89c58003cc4b4070304315398766 0.13 MB 311 45
Previous 10 blocks ↓
Total Size: 769.25 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.12 GB sent, 94.17 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.