Memory Pool Memory Pool Refreshing

3,970 transactions
1.75 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,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (569,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,491 338,491 0000000000000000120ae8f12b145d3a76332f900d2b69b6afbed9d1c7c7c433 0.10 MB 174 22
338,490 338,490 00000000000000000bbaebe84d3f9126488768e0e1d9294623b11674bb96c153 0.06 MB 73 18
338,489 338,489 000000000000000017096ec7e2a2a9f59d79d1023393587aa823353e7d85acea 0.04 MB 66 20
338,488 338,488 000000000000000008cbc98c420bb99e53028afa3f3ae92062624bde3615a389 0.53 MB 418 14
338,487 338,487 00000000000000000ecfd5f239daed745082dfec4d9724015566eebeaa3c7260 0.70 MB 269 11
338,486 338,486 00000000000000000353df4488b8b28485b92504b84090830a81cdf1d203c3ca 0.35 MB 729 26
338,485 338,485 00000000000000001103c47d69fa81a220e68d3330379c945db0862783e1f585 0.49 MB 987 22
338,484 338,484 00000000000000000bc356cbef0c5a09be1df5bec59193450a9a2a9ab00103ab 0.19 MB 314 21
338,483 338,483 00000000000000000eadee5e6fdd758473d23ac35361b7daecf9eaf611163f77 0.11 MB 252 23
338,482 338,482 000000000000000014654dc326a1c031ff93906012b02f25ac7ee4b5c2641a3b 0.18 MB 260 18
338,481 338,481 0000000000000000130098f7a13ee2f8c0887be6be005fda6913c622de2ab051 0.23 MB 380 20
338,480 338,480 00000000000000001b03c7626a41552906cb4a2464223c345e3e28489f8142a6 0.16 MB 225 19
338,479 338,479 00000000000000001a55472fd3cdbd9b1cbce65fe9a96044e44c996bfb4e18f9 0.14 MB 295 24
338,478 338,478 00000000000000001561e6b8c78627cb5fa4ff5bf72bce34d7977bd4c8598b1e 0.13 MB 269 27
338,477 338,477 000000000000000007d3d48ddf0f1f3d66b8f64937f7bf242d10dbccb41e092e 0.18 MB 290 22
338,476 338,476 00000000000000000b08e6b0d60d5519c3d15cdc073dd483e651cd30a80e805c 0.00 MB 1 0
338,475 338,475 000000000000000002c3a7f42bcc321674fe7271bcc65f33f67d3b383232f937 0.44 MB 763 32
338,474 338,474 000000000000000019a7c04592975de48d5e6c4695619c093b1c408cffa151a2 0.21 MB 509 28
338,473 338,473 000000000000000019a63e419310cf0ae63312fc1b1f95cfd298754a5737c77e 0.15 MB 315 24
338,472 338,472 000000000000000003522daae63ea81758ae8875835843b1016bca1d0f4bdc7c 0.01 MB 28 14
338,471 338,471 000000000000000019aa52eae79d888bf12b329dadeb8b4987efde571217d596 0.44 MB 945 24
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.31 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.