Memory Pool Memory Pool Refreshing

3,800 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (27,794 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
880,010 880,010 000000000000000000011505af217c4bb6bd16e3e125f6ec83ccd9f0c4cb5fce 1.50 MB 2,587 5
880,009 880,009 000000000000000000003ce731571d5b7d3bc7d719f864ee4b5e89543d356068 1.52 MB 442 1
880,008 880,008 000000000000000000010b736551aed2b53c43455bff5e3dfe83e914dff080c9 1.66 MB 3,185 4
880,007 880,007 0000000000000000000036a89fe7f9e334995f97288e8eb2e708f176472d8c12 1.56 MB 2,446 3
880,006 880,006 00000000000000000001e41c75a2b4e6426756d49d3ca199ee16a5fdc659c93e 1.60 MB 1,066 2
880,005 880,005 000000000000000000019aadc262b8873e890263154f0f4a5a0a474e5c5e88ae 1.39 MB 1,749 2
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
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.