Memory Pool Memory Pool Refreshing

4,052 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,733 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (586,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,707 321,707 000000000000000000f84595f57f48c4deacdf5a3f351c137b3cf4e059ccc5e3 0.30 MB 561 29
321,706 321,706 00000000000000000fbf83c9e14d8711e4b2264ceda0d1d06d169c811387eadd 0.27 MB 483 28
321,705 321,705 00000000000000000b198934c99729614ad3359367d37345276464aca4c2e86d 0.03 MB 74 23
321,704 321,704 000000000000000004becc4b9d018cfe23a02daa13e57e412016c06e66c9832d 0.21 MB 340 26
321,703 321,703 00000000000000001114092ba27d934bb093bae9abb06b89bc1154e0df477c58 0.40 MB 625 23
321,702 321,702 000000000000000019133a7486b4ce594da877c6c3e7ee50eddaf582eeac1164 0.31 MB 426 23
321,701 321,701 0000000000000000045c38374a66ee723e4151f3cd1b1927297b9288ebcfca0a 0.01 MB 26 25
321,700 321,700 00000000000000001e670e5aa08abd7283369109cce1d54adb0787fb7b69a403 0.18 MB 304 27
321,699 321,699 00000000000000000e189c5753b960c9ec6e63a1914258528c5881298e8b0e82 0.22 MB 413 27
321,698 321,698 000000000000000024083f425927fce8b3356ce4810591c5796aae279222d8d0 0.35 MB 657 27
321,697 321,697 000000000000000020f7ef98826fa2fab3dc135d17b6876ac99fd70416a9accf 0.15 MB 261 24
321,696 321,696 00000000000000001ed26da27dbf144b72c87e5c11d5d9450af7fb35c8af734a 0.04 MB 67 25
321,695 321,695 00000000000000001ce7f00f6502d43012f08b578dbab4c991d08a5690daf8b3 0.17 MB 269 25
321,694 321,694 000000000000000018a010f4ba326fce29af44837113174c028e5fdb9b31f1e5 0.03 MB 85 30
321,693 321,693 000000000000000022034a990bada5b10debe3f89e29cff1edd03c0908495e7b 0.05 MB 47 3
321,692 321,692 00000000000000001ae9973332f252d4c98ce3c785e2ff5be988ef5c0cacf7af 0.35 MB 611 25
321,691 321,691 000000000000000021af2c9b0346aa828dcb61cc43575c30d2d0becf17901e16 0.15 MB 272 30
321,690 321,690 0000000000000000191197ecae2c27e073f858c78067255c778c12b54a22346f 0.14 MB 270 24
321,689 321,689 00000000000000001073630a035bb1eb3459118eba3e85512544c8a2920dcbbd 0.59 MB 1,106 26
321,688 321,688 00000000000000001b6db47e1cec8389158d44beec4d8e9e1ab5916548ec0ef4 0.05 MB 64 80
321,687 321,687 0000000000000000210bcaffbba1ea95331ed79a8b4ac8362c69d31079021c33 0.09 MB 173 27
Previous 10 blocks ↓
Total Size: 769.05 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,627.33 GB sent, 93.12 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.