Memory Pool Memory Pool Refreshing

17,988 transactions
5.80 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,487 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (787,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
119,996 119,996 0000000000002ccca0de55d33fa85d5364fad90e046b4ba43c220fddaf8dcda8 0.01 MB 17 1,246
119,995 119,995 0000000000004e0ffc9f70faefd335c610b51518e72379a57fe08873ee653d87 0.00 MB 6 704
119,994 119,994 0000000000000ca0fe4b84c237b3aef64438ee217efa856112a0fea54d82f665 0.00 MB 9 1,181
119,993 119,993 0000000000007ba4bde6be436428cd4ec21495012d9d5c4bc0b686a0d7c50870 0.00 MB 2 0
119,992 119,992 0000000000009afd5daa29bcbbd4dc49bfbaad1a00f58ec5fb9a92574994a968 0.00 MB 8 420
119,991 119,991 0000000000001fffd8a47ddd5cb838dadf67429218f5b89bb013f10591dbc0bd 0.01 MB 11 548
119,990 119,990 0000000000000bce63729e4b82cf228e15cb255740dc00d9e2a9c30b518d30df 0.00 MB 10 0
119,989 119,989 00000000000009d24e39617589a9279c4bb225f342d78503b43e887088cfa1cc 0.00 MB 9 0
119,988 119,988 0000000000006a372f31a7eb4873fd8539c0ef11d836dcf8192d72f3676e979c 0.00 MB 9 0
119,987 119,987 000000000000a64b6b994abab14f43e024ccdaea9347d309c637ff6ce0ea919e 0.00 MB 14 1,409
119,986 119,986 0000000000002d0895991acb2dd24b44a82347680f800ee3c7163292f776be5b 0.00 MB 10 1,638
119,985 119,985 00000000000091108032fce57099b7dad0cc42444e400f540db05c18a88d10b2 0.00 MB 8 0
119,984 119,984 0000000000004169ead027388f8c0b2bf5e084c4a08b9ddf9b046e3abd2d82de 0.01 MB 35 1,212
119,983 119,983 0000000000004a1b10d8225158c2f0b535472ce1fdfe532a02d153ec7fbfc82f 0.00 MB 10 0
119,982 119,982 0000000000004b6df100ab999cb4229654cc0deb724b448e243dad9c05d987e9 0.00 MB 8 506
119,981 119,981 000000000000285b7331248715f650b9eed614c451d8655bb68b4df08bfd39a3 0.00 MB 4 1,353
119,980 119,980 0000000000002aa8e0124afd53f561670b1cd047e7fb34e1fa11d3b157cb5c5d 0.00 MB 2 0
119,979 119,979 0000000000009182fa19fd516ef79750c1981dcf19be93e9d5b88282cd7f3d35 0.01 MB 21 0
119,978 119,978 00000000000090c5154dfca009bef8b4d70fa63045e61df9d08990a3c9fcb574 0.00 MB 3 3,868
119,977 119,977 0000000000004eff35d217dc7e1ab7257af1a8252f84094ab6ec51b4f9a3b22e 0.00 MB 10 648
119,976 119,976 000000000000303b21f14a434104c251db9390fe17c30889ab7f8ec05e16fc8f 0.01 MB 18 390
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.