Memory Pool Memory Pool Refreshing

655 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 639 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (127,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
780,734 780,734 00000000000000000000a8bc04b720ea78be9680fc5f9e63a5a8c5ed66f0409c 1.49 MB 1,273 16
780,733 780,733 0000000000000000000481de61fa5cd99fb8a275e61a660dfca358d10a406e17 1.52 MB 2,446 29
780,732 780,732 000000000000000000017b24ee5c5e682c8cdf7e01369e40bbedfb8272027048 1.37 MB 2,755 21
780,731 780,731 000000000000000000061d30138f4170b1f749c077919606b0ad94cd79582664 1.31 MB 1,839 25
780,730 780,730 00000000000000000000ac0c30d1bc5d2e3691c389f8ebe24476397237dc6673 1.60 MB 2,205 21
780,729 780,729 00000000000000000004f9b6ce5f00a35623580278500bc7115d483d61006f04 1.41 MB 2,619 33
780,728 780,728 000000000000000000050bb38d00dc0225edc655746e10761b044c9f92b950e2 1.56 MB 2,652 40
780,727 780,727 000000000000000000028b05cd5b4b1c2943154f0d5f05fe8585bcb695e5e82f 3.14 MB 927 4
780,726 780,726 0000000000000000000362fae33e907abc63a055dd1481c0b95388723bdaa31f 1.48 MB 2,397 28
780,725 780,725 0000000000000000000347fdffe78db579c0e4ddbda07c4b3345bd928fd9df17 3.50 MB 513 6
780,724 780,724 0000000000000000000145fe1867113935af5e601c470e20cbbeceacea99a5c0 3.41 MB 565 6
780,723 780,723 00000000000000000004a0cf7aba3b95f9670544ac19d7934a1641c8823572d0 3.60 MB 233 4
780,722 780,722 00000000000000000001636c4c198c26bbbb8ee0b6dcec9a4eb87ed6a45716b3 3.87 MB 158 2
780,721 780,721 00000000000000000002aa253d8e5fa87654e56190a1e1da4fa12500e70a73a4 3.79 MB 268 2
780,720 780,720 0000000000000000000095b5d9d8f1e2d0c2fc66acc835227f4197be1e9ea01f 2.60 MB 729 6
780,719 780,719 00000000000000000006373dd437a473619dd109e56f59cf990e36eaaa161883 1.24 MB 1,271 24
780,718 780,718 00000000000000000001bab466029a1c41d5e9d87091ad240a784a08aeeab398 1.45 MB 2,463 22
780,717 780,717 00000000000000000005f85b5355d9bf436d5d8bdb3e8fa0a3d85ebbaafa8b17 3.15 MB 816 6
780,716 780,716 000000000000000000066b385d82f29511dbc001268ba7f951d7c091e08ff0e6 2.15 MB 1,937 7
780,715 780,715 0000000000000000000315a92da855ea2ba099c58c7a68c846ab349255f2d9a1 3.19 MB 670 3
780,714 780,714 000000000000000000013b8015dc38a5281d348d66962089915d1285882609e7 2.20 MB 1,587 5
Previous 10 blocks ↓
Total Size: 769.09 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.31 GB sent, 93.34 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.