Memory Pool Memory Pool Refreshing

3,544 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.96 vMB 3,544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (615,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
292,487 292,487 00000000000000003aad54dfc7e36f3b4ffc773da38dd141666c94be8b5ee918 0.08 MB 158 29
292,486 292,486 00000000000000000a96bca5dc99e961a82ca657b4000f4b3fc6f0c01692389f 0.67 MB 1,057 28
292,485 292,485 0000000000000000c78663e27f541004eb4e5355f4aa12462e9266f9c6ee8503 0.16 MB 246 28
292,484 292,484 0000000000000000cbd7ed0b8a879c3cc1ad37784ce2df119af0f33465e6844b 0.25 MB 324 24
292,483 292,483 0000000000000000147751fdf2e55a66abce33deb6e5a11951351909ccfa2c97 0.35 MB 676 30
292,482 292,482 000000000000000088a8273ae4defeb0e7324ea83894595fc2f6972d09761a0d 0.25 MB 702 42
292,481 292,481 0000000000000000676b5a536f56ba6fc18ae0581f73fbd714574336d69fe2f7 0.64 MB 1,241 39
292,480 292,480 000000000000000003dfd06fb2381592e493e2c62669dfbd2fa88066653d3a77 0.02 MB 35 27
292,479 292,479 0000000000000000900463bc223dbf7907e642bdb1ffa8eb1f38396086035f90 0.30 MB 582 34
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.