Memory Pool Memory Pool Refreshing

7,633 transactions
3.69 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (112,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,390 795,390 000000000000000000006553548a5f6adc7deb3bb034c23037340906aa2a24ba 1.63 MB 1,968 37
795,389 795,389 00000000000000000001e680fa3d503b996348b230c4d2b28fd03538c4ed13c4 1.42 MB 2,141 28
795,388 795,388 00000000000000000001b4ed32f56937cf6fe7253a01c0209bbbfc50c4948be0 1.43 MB 2,532 45
795,387 795,387 00000000000000000003fa66dcb3b88e45c73bd9f215f0fbc0ff8a94462774b5 1.60 MB 2,724 35
795,386 795,386 000000000000000000006285312d66886a97acd3ea86a84ceac7166cb791678d 1.52 MB 2,460 36
795,385 795,385 00000000000000000003e0b7bc8bc466fba1b73a0e1ede8259b4788a7c10a532 1.84 MB 3,065 35
795,384 795,384 000000000000000000013cce7a1f7c25b0206fb20231ec3ea04e887f4fbca4f9 1.59 MB 3,264 33
795,383 795,383 0000000000000000000117fa5e2dd79b535254e5a8cd907523013f307e6984b1 1.79 MB 2,706 43
795,382 795,382 00000000000000000001a4b388be58720306a50806683d20393e104ade5d997b 2.01 MB 2,511 27
795,381 795,381 000000000000000000030776072e628241adc5fb152a4512cb055934718d4206 1.74 MB 4,052 30
795,380 795,380 00000000000000000000ede26b2862379d451d948b121f23dd53eaeb4abbf95b 1.65 MB 3,363 36
795,379 795,379 0000000000000000000309004050601c53b51ca9c5e762357cd5bdc6ccaa3107 1.58 MB 2,974 38
795,378 795,378 0000000000000000000118bcfd85cd1e12e5c106c0b2c334ba1688c17c9f78b6 1.48 MB 2,590 53
795,377 795,377 00000000000000000001e3f1c21d5220905816d69c99f8bf8aa5073f314ae5b7 1.80 MB 2,364 50
795,376 795,376 000000000000000000004f9888e7db8fdc818fafedcd31f7eebb5f3a2fabbd1d 1.54 MB 2,458 34
795,375 795,375 0000000000000000000459478405c52f1cdbd6c7178d202dc088344730567e20 1.53 MB 3,162 54
795,374 795,374 00000000000000000000bcc302fcf263911394e4567b298b5544062c5e0f2f66 1.67 MB 2,649 38
795,373 795,373 000000000000000000015cdae58987b06a409636133995bcc53978aab3c57a1c 1.59 MB 2,588 39
795,372 795,372 00000000000000000002ebd41f444ede5a2182bbec4ffffca53c625e571353ac 1.27 MB 1,910 42
795,371 795,371 00000000000000000000bbffa3532eeb31687b49c8cda89d39f7a6d9625708ef 1.52 MB 3,126 60
795,370 795,370 00000000000000000001d36c239261f3f389a1b4776445c6aca35cd014bba02e 1.55 MB 2,238 32
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.