Memory Pool Memory Pool Refreshing

570 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 564 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (615,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
292,508 292,508 00000000000000005e6a7177dbc889f77d306ebda7092e45a470cfde346af668 0.82 MB 1,279 336
292,507 292,507 0000000000000000a3db3612690173d085caf142f9cbb16ac237d49cf50f8c0e 0.02 MB 39 33
292,506 292,506 00000000000000009e96ec2ea4e63f9864c34987cf695ece607ed561b723b11a 0.03 MB 91 21
292,505 292,505 00000000000000001528e12ffb2bdfc46f739c864952d85258485511d3d0aba3 0.89 MB 717 20
292,504 292,504 0000000000000000582524b7fa2e649f765a0cd7c05da67451ebedc86209e55e 0.09 MB 121 20
292,503 292,503 00000000000000001de449d30dc28748409c3737e6ddafe4c453884da2265c0e 0.14 MB 256 41
292,502 292,502 0000000000000000d86b138eda29c1c6c542127028b36f8a95ae3356a2c9d02e 0.27 MB 654 36
292,501 292,501 00000000000000007868fcc7057217ece9328c89a834f25d0ba122cd45faee0c 0.31 MB 685 25
292,500 292,500 00000000000000001f81c01efa8b9f4a5432e4a41f1a3c76d647441f70f57b1c 0.23 MB 482 33
292,499 292,499 00000000000000001d1624fac50797fc10ae7c6b73722a78bee0719c3bde3d58 0.32 MB 697 37
292,498 292,498 0000000000000000b25e7bd58725a9ccd3d0e4c166225589fda9b8f585de3bc5 0.14 MB 63 14
292,497 292,497 0000000000000000b2ed7f7f9312e8edabb609a2e8efafa16c5075ce271b789e 0.34 MB 527 29
292,496 292,496 00000000000000004843de2d391fd90d1c876c6d3fa52629148063f116c6e6cb 0.03 MB 64 26
292,495 292,495 000000000000000009e670f791637c97ada1d2059d776a3527d6b5445d1841ab 0.35 MB 629 26
292,494 292,494 0000000000000000b37135ed7e3ecd198a35ed1bc841abbd00a418157ad5d524 0.18 MB 512 53
292,493 292,493 000000000000000041cf372acd7651d2d51c0227a028f71f458f8e82bab8f66b 0.16 MB 309 31
292,492 292,492 00000000000000001725b24dadcca822495bba852336fdb9508b8e5df3bb04b3 0.30 MB 195 16
292,491 292,491 00000000000000007067465fe0b780cc3a68141c7edebe8211f82b0488a4e9f6 0.55 MB 879 25
292,490 292,490 0000000000000000baa10eb1df04c87fd9a3cef94207052d89a26c53ca21f611 0.35 MB 985 51
292,489 292,489 00000000000000001d37b78f631a456d6cc2e4b8312cf722256793c8ba162127 0.90 MB 1,569 29
292,488 292,488 0000000000000000479ef8001223756412d1b448c7513e7630fcfc284cad3965 0.45 MB 790 32
Previous 10 blocks ↓
Total Size: 769.10 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,628.97 GB sent, 93.40 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.