Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (136,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
771,271 771,271 00000000000000000006531b315d6a46d4c65dc8eb73926cd53307a2c376db06 1.71 MB 2,549 4
771,270 771,270 00000000000000000000ea110fd12c2d7facfa40a6288d18efeceec6aed06e2e 1.61 MB 2,770 3
771,269 771,269 000000000000000000057b958a224a0842dbdda46a0f61a597184f26d52b2cc7 1.36 MB 2,671 16
771,268 771,268 00000000000000000004602e22e94b30dbf513190c418dafc8c36f2fa11eb9f7 1.39 MB 2,093 6
771,267 771,267 0000000000000000000727aa5ffbeff412e0331740ece80fb030de62b38fca76 1.47 MB 2,805 5
771,266 771,266 00000000000000000000eb5b4cc3f9681a005c3361fa2a42a7b2125322a95c49 1.50 MB 3,888 11
771,265 771,265 00000000000000000006b3ee3c6e969fd3794d06d0f5f1d0c9b45c502acd376b 1.50 MB 3,570 15
771,264 771,264 00000000000000000003edece6d71a53c02e7aa8b8e65880fdb0b8552792f645 2.11 MB 202 1
771,263 771,263 000000000000000000018a3f832a91850d2d389b4b02859191d5ecefab8e2858 1.65 MB 1,765 5
771,262 771,262 000000000000000000026035125dc765a40007133044160c256e5e5a5b64a159 1.82 MB 156 1
771,261 771,261 000000000000000000080b380672dac5aaa1e1fef70ea1f013bf78f7303453fa 1.84 MB 347 2
771,260 771,260 00000000000000000003ab5f23e37bb170e50c42d2f3deacebdec8ce84d45a87 1.79 MB 803 3
771,259 771,259 0000000000000000000208c0e80a459d65bfcaf881f9b53a11a9d1102e480a3e 1.56 MB 2,102 4
771,258 771,258 000000000000000000074e418080e4acf2bf574371b786849a6e27c2e0cf6b29 1.65 MB 2,103 6
771,257 771,257 000000000000000000007ff57c07a31b3d085d2e77f3af09f2bc78f963cee0d7 1.64 MB 519 1
771,256 771,256 00000000000000000007f79b209e08ce89ca5c0f1c9b2249f32e558a86d786c8 1.75 MB 1,195 4
771,255 771,255 00000000000000000006f60e9105dda9ee9da490db936b136f866282271e24fc 1.56 MB 2,541 8
771,254 771,254 000000000000000000009a1dc6296ee90523da662bf784d71a72a6c8edce1e77 1.37 MB 1,862 7
771,253 771,253 000000000000000000030d26efa017354eb1b659b6797cbc86e438b553dfabd3 1.16 MB 476 4
771,252 771,252 000000000000000000057c13400b70dec3a8e8a909a1bfb590704ee2ceda1afc 1.07 MB 563 3
771,251 771,251 00000000000000000006180836cef94087fb5e0b7850b85d5ae2841a2ee765e2 1.13 MB 587 3
Previous 10 blocks ↓
Total Size: 768.98 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,615.73 GB sent, 92.69 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.