Memory Pool Memory Pool Refreshing

12,270 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,023 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (174,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,087 733,087 0000000000000000000592ab109203da494931579766432e9a2d5b0154915e7a 0.44 MB 675 5
733,086 733,086 00000000000000000008bf06d1c5b165c76524cd489acd803e4fdb8d2b4147dd 1.47 MB 2,138 7
733,085 733,085 0000000000000000000583b698aa10d162768d9f88de088cf10151722cd8801d 1.76 MB 329 1
733,084 733,084 000000000000000000041b13db5188f2580a0f8b68ca48a502f918f116e459b1 1.53 MB 420 1
733,083 733,083 0000000000000000000843f47494206744640316b74beab9d2fb283f778bdb7f 1.62 MB 1,272 2
733,082 733,082 000000000000000000092b13f3db80fc09b4a01bbf3c2825aa5eb3f2cdc0d385 1.69 MB 1,151 4
733,081 733,081 0000000000000000000990ea247ea46e32df8486a050dd674f4a31d57f75dc30 1.63 MB 1,372 2
733,080 733,080 00000000000000000004fc3a8b85363d717fb17c130aeb50a6f4193df31b6aa3 1.70 MB 1,514 5
733,079 733,079 000000000000000000011e05f5b010015a404758c5187df62a948dba5d6892e5 1.47 MB 2,321 2
733,078 733,078 00000000000000000008b4182984bf6b0c3acb7d4eb79093267d9bc6da3af5e7 1.30 MB 1,102 3
733,077 733,077 000000000000000000092fb9e1e324cbe11ce6797fadb17d33d7eee02009700a 1.32 MB 1,321 8
733,076 733,076 000000000000000000011f93b270309b41903818e1484eb56ab7acf3ad4bcf83 1.56 MB 2,706 9
733,075 733,075 00000000000000000001860a99ca7188d022434d1935967f9e8810ae4d8b39b2 1.48 MB 1,837 3
733,074 733,074 00000000000000000002bea04c0b26962e1924b4904a6862e1c415ba08d22ae5 1.48 MB 2,733 13
733,073 733,073 000000000000000000040a0fe40a9bc9f397e9ef0ff0e1b971a8673db142214e 1.66 MB 3,106 7
733,072 733,072 000000000000000000021ca46632a2ab59614b7184369c4d45213af53a081de6 1.63 MB 1,864 5
733,071 733,071 000000000000000000002ee6b06ba8da6a59420a5ef7b1ad7064cba8c9f91860 1.56 MB 3,468 8
733,070 733,070 000000000000000000074d9679b3fc539aa21cc201524add88d5dbf48b0f736e 1.44 MB 2,276 5
733,069 733,069 0000000000000000000785c19e48f21908f41f2f6ad813ecabf69a5d388361ce 1.34 MB 2,208 15
733,068 733,068 000000000000000000078829824b5e9d123f382aef42f373a14c076de7816d1d 1.41 MB 2,061 15
733,067 733,067 000000000000000000003b83e46e91a425adb77e296fdcdd03b4f7784efb5fbf 1.49 MB 2,403 11
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.