Memory Pool Memory Pool Refreshing

7,731 transactions
3.58 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (634,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,543 273,543 0000000000000005eaaa73b316dd4d20b951585a50150e8eb33042184fc65409 0.15 MB 171 15
273,542 273,542 0000000000000005cf76849256ce39f65f46105d281cd34510b359af026d99ce 0.25 MB 613 72
273,541 273,541 00000000000000047702af662656b9d927f05ba84a67ba20189b9fc5b6ed3ea3 0.16 MB 373 42
273,540 273,540 0000000000000003ca618231dfb55bb5e7615c63c88a608c5260ab622635f645 0.07 MB 159 68
273,539 273,539 00000000000000001e672c4090d6601ec8e89bf5e74da2903cdebd897b85b760 0.06 MB 137 44
273,538 273,538 00000000000000047277cc11152b75b42785af3540a386bd61bcacfddfec3230 0.03 MB 57 35
273,537 273,537 00000000000000043178dc89d9c76cbb73f602b67a0e19fc545054c83ef981ba 0.27 MB 480 44
273,536 273,536 00000000000000048832c5b83c4fa63f0d40f973f71f43d1334673ca7d450f19 0.90 MB 1,830 51
273,535 273,535 0000000000000000f4575e5212be41972ead86977d9582aa49620703fc5bf38c 0.15 MB 226 18
273,534 273,534 00000000000000041dbada4cf064dbf9b812e19cca0552d4285cf5768e06d40b 0.06 MB 151 33
273,533 273,533 0000000000000000914a68666c4c89d3a0aa5c46df55471e6d8de89f52a07392 0.20 MB 348 38
273,532 273,532 0000000000000000d88adb97bbaf93dff40c3c742e143667e83313964da8d2d0 0.25 MB 552 55
273,531 273,531 00000000000000003462fa9977b7c1c1a734eb6edab2652e3f4aeae3b2bd5f0d 0.01 MB 28 39
273,530 273,530 0000000000000004e279e3b637da507d0bd187a78c71e68e10bc1bf0f89b53cf 0.14 MB 347 54
273,529 273,529 0000000000000004181cb6ac5e128c11f1c6bdfeb86489222955d174f67009e7 0.15 MB 377 59
273,528 273,528 0000000000000001c91adf3f8693319bd4dc71f99e60680abe6768a9c52b6a02 0.17 MB 385 48
273,527 273,527 000000000000000148f4bc57a0b3c9374bf2bda405f2fabbae90bbf55c458b56 0.10 MB 211 87
273,526 273,526 00000000000000034d7c8e3c564a7b28e8c7261499e41be68752825fb1d28408 0.10 MB 215 66
273,525 273,525 0000000000000003737ab9dd78ca85543419f90346ea236ce4b8772d10aedb0a 0.30 MB 670 53
273,524 273,524 000000000000000215aaeb02661e893ab990cfda2575ee82c185eebbe3bc580b 0.33 MB 275 16
273,523 273,523 0000000000000005e998d2ce895fed92c29ed019b05cf377d5513234df03b089 0.05 MB 45 20
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.88 GB sent, 93.01 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.