Memory Pool Memory Pool Refreshing

4,988 transactions
1.25 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,829 (27,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,004 880,004 00000000000000000000becdec1213597ca2abc4838e480fef7736be3396aa16 1.66 MB 2,799 5
880,003 880,003 00000000000000000001cbd733d010578f6f03d752ab0a5fc3c67e448e6df621 1.63 MB 2,728 4
880,002 880,002 0000000000000000000245bf6cf30362edf6105e83a5d52f65b0e09c01442a2b 1.78 MB 1,954 4
880,001 880,001 00000000000000000000bfc3072a306633068c0c30eeacbf94bd83163b9abf0c 2.10 MB 863 2
880,000 880,000 000000000000000000010b17283c3c400507969a9c2afd1dcf2082ec5cca2880 1.99 MB 562 1
879,999 879,999 000000000000000000017b65890dae70d44b7f1ee42538db8dcd7a9005e7dd86 2.24 MB 1,251 2
879,998 879,998 000000000000000000006a992c02c4baba34678210b9d3da92d1dfafa834fb69 1.73 MB 1,979 2
879,997 879,997 00000000000000000000dd7ae0238109a8958fc36d6d98093334c68f8b7da559 1.54 MB 3,423 6
879,996 879,996 00000000000000000000186ce9cada9af739ae64b6febb40f5cdec2815c57579 2.43 MB 1,192 2
879,995 879,995 00000000000000000001e32f96aeafa5e09328fd8d3eb381846689d5ecd58331 1.85 MB 1,710 2
879,994 879,994 000000000000000000026a624f05c190905a476b9e1f730997155a3657d3fd58 1.42 MB 2,683 4
879,993 879,993 00000000000000000000ee869cc485b1691aa572f0dc5e6da2e568edf26a1fb9 1.54 MB 3,048 6
879,992 879,992 00000000000000000000152e2edf691121d4a4f9c4d69b11d0f31b53ce14c562 3.36 MB 663 2
879,991 879,991 00000000000000000001626a7131d76a1b651e669b61aa4b42dc0b1ddb03406f 2.11 MB 1,839 3
879,990 879,990 000000000000000000006b4407486a263a15b9dbd12269997078e0cfd6131c25 3.61 MB 220 1
879,989 879,989 00000000000000000001fdd089771b7eb4a4775d948627c3031a920f294547df 1.99 MB 1,194 2
879,988 879,988 000000000000000000010bd3fe4a29623f860add09a05b83ec1756869d5bebc4 1.52 MB 2,571 4
879,987 879,987 00000000000000000001e6b44994d8a097ce2955236a0bb1bfe6e05bd9783a47 1.74 MB 1,357 2
879,986 879,986 000000000000000000017aaf29f9c23321d8f55b2fe036fe0ecda7a90195add0 1.80 MB 1,566 2
879,985 879,985 00000000000000000002224b77162476f716c074c8d36bca600b32ea7a41a0ec 1.60 MB 3,441 6
879,984 879,984 000000000000000000004a34c15763e72cf73121aadea1df16ce9df8b35cd213 1.55 MB 3,442 5
Previous 10 blocks ↓
Total Size: 769.22 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,634.65 GB sent, 94.04 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.