Memory Pool Memory Pool Refreshing

11,044 transactions
3.31 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,580 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (312,712 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
595,003 595,003 000000000000000000169725e8abb0b4ca84e5ad56b3de0a7f084ba9121d0a21 0.21 MB 439 18
595,002 595,002 00000000000000000015b57633665f31d9bf6a17f288dacd0c99c9884a7ef493 0.42 MB 1,145 10
595,001 595,001 00000000000000000017494e7ad405417cda19cf554c4c68d913d59ea0f43728 1.28 MB 3,151 21
595,000 595,000 0000000000000000000e7294c83f5351e9c781ad3c318a3fb8c765c9b27588be 0.85 MB 2,391 17
594,999 594,999 0000000000000000000325da457df2da57340559fc69322ed94e28558d0263a5 0.09 MB 237 21
594,998 594,998 00000000000000000010e9b6d2d2d443c64e71f6efb4e6937b175ada01517ada 0.80 MB 1,669 15
594,997 594,997 0000000000000000000dba829e41081ad9d73762eaaa759bca0c43478d8a422d 1.00 MB 736 4
594,996 594,996 00000000000000000009fc9eecb49c8112b7408fcace057d73a4a0fc0c4a7ff5 0.97 MB 125 2
594,995 594,995 000000000000000000051a28d42748ba5dae3763addcc3ebbb618a0757775063 1.17 MB 2,488 14
594,994 594,994 00000000000000000012ba9933d702b2f0b52c47f869d9b0b1d11976168f0034 1.13 MB 1,217 6
594,993 594,993 00000000000000000002c512d8789eacdbf29833066c824392757ad311067e4a 1.23 MB 401 2
594,992 594,992 00000000000000000000abc3ea41b0c309a80157bcb9b7f98c6d57f0c81ca592 1.04 MB 608 4
594,991 594,991 00000000000000000008451f2c1d4307d2b15bc310645090d12fcf3be5010a68 1.14 MB 1,714 10
594,990 594,990 00000000000000000001378ca4b2bb99fa79e1d7fa3c3861944d59775a972363 1.15 MB 1,821 11
594,989 594,989 0000000000000000001144662334aad59caeaa75888eb1a2c8ea702dabd3a7bd 1.20 MB 1,953 9
594,988 594,988 000000000000000000067764a2a162fe87bf6b1c149b72e5d7abd8e13dde34ef 1.33 MB 2,287 7
594,987 594,987 00000000000000000000a797016900259d91599110568b1bc0fec1abdae17fa7 1.29 MB 3,086 30
594,986 594,986 00000000000000000016a40a8a9ebaecd419c52c5f4bbef52d5b907490cfba1d 1.26 MB 2,593 7
594,985 594,985 00000000000000000001a1cf3be180ece2ccd4d9594e371ad071b3b1aafcba17 1.29 MB 2,893 25
594,984 594,984 00000000000000000011c84e802343187f7ab3e173f11b3c9909637e9a47a340 1.29 MB 2,911 21
594,983 594,983 000000000000000000105d3e8bff1e549981474d8414d275e43870f3ac148edf 1.30 MB 2,932 9
Previous 10 blocks ↓
Total Size: 769.01 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,621.48 GB sent, 92.91 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.